diff options
author | Treeki <treeki@gmail.com> | 2011-05-28 04:18:32 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-05-28 04:18:32 +0200 |
commit | 81f44f5f775ce9831a47cfe5a23b12e5742add18 (patch) | |
tree | a6b1b5df0c82f4d392aa8a38580b91b70d39a663 /include | |
parent | 6b714856d7d1d3de0e7455f2100e031a2d6e344d (diff) | |
download | kamek-81f44f5f775ce9831a47cfe5a23b12e5742add18.tar.gz kamek-81f44f5f775ce9831a47cfe5a23b12e5742add18.zip |
blah
Diffstat (limited to '')
-rw-r--r-- | include/g3dhax.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/include/g3dhax.h b/include/g3dhax.h index 39872a2..125a93f 100644 --- a/include/g3dhax.h +++ b/include/g3dhax.h @@ -139,6 +139,9 @@ public: namespace m3d { + // random, just dumped it here because I dunno where else + void DisableIndirectTexturing(); + // I need to do scnLeaf_c some time... class proc_c { @@ -150,8 +153,8 @@ namespace m3d { virtual int returnUnknown(); virtual void free(); virtual bool scheduleForDrawing(); - virtual void draw1() = 0; - virtual void draw2() = 0; + virtual void drawOpa(); + virtual void drawXlu(); void setScnObjOption(ulong, ulong); bool getScnObjOption(ulong, ulong*); @@ -167,6 +170,8 @@ namespace m3d { void calcView(bool); void setDrawPriorities(int opa, int xlu); + + void *scnObj; }; class mdl_c { |