Initial commit.

This commit is contained in:
Jim Gray
2013-04-04 14:32:05 -07:00
parent ba5c81da32
commit d71d53e8ec
2180 changed files with 1393544 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
// this line must stay at top so the whole PCH thing works...
#include "cg_headers.h"
// I am a dummy header file that takes the place of the PCH files in SoF2. This is done so that we can easily
// transport fx files amongst CHC, SoF2, and the effects editor...( If you are looking at this and have a better
// idea, just let me know what the better solution is. )
// The files can't be shared directly through Source Safe since the projects reside in different SS databases.
//
// - JD