gobj: Include, don't forward-declare, BamCacheRecord in shader.h

Closes #346
This commit is contained in:
Sam Edwards 2018-06-09 12:18:51 -06:00
parent c1e5a71904
commit b8bc1bb5e9

View File

@ -33,6 +33,7 @@
#include "pta_LVecBase2.h" #include "pta_LVecBase2.h"
#include "epvector.h" #include "epvector.h"
#include "asyncFuture.h" #include "asyncFuture.h"
#include "bamCacheRecord.h"
#ifdef HAVE_CG #ifdef HAVE_CG
// I don't want to include the Cg header file into panda as a whole. Instead, // I don't want to include the Cg header file into panda as a whole. Instead,
@ -42,8 +43,6 @@ typedef struct _CGprogram *CGprogram;
typedef struct _CGparameter *CGparameter; typedef struct _CGparameter *CGparameter;
#endif #endif
class BamCacheRecord;
/** /**
*/ */