From 81f44f5f775ce9831a47cfe5a23b12e5742add18 Mon Sep 17 00:00:00 2001 From: Treeki Date: Sat, 28 May 2011 04:18:32 +0200 Subject: blah --- include/g3dhax.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'include') 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 { -- cgit v1.2.3