mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-29 00:06:44 -04:00
gobj: Include, don't forward-declare, BamCacheRecord in shader.h
Closes #346
This commit is contained in:
parent
c1e5a71904
commit
b8bc1bb5e9
@ -33,6 +33,7 @@
|
||||
#include "pta_LVecBase2.h"
|
||||
#include "epvector.h"
|
||||
#include "asyncFuture.h"
|
||||
#include "bamCacheRecord.h"
|
||||
|
||||
#ifdef HAVE_CG
|
||||
// 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;
|
||||
#endif
|
||||
|
||||
class BamCacheRecord;
|
||||
|
||||
/**
|
||||
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user