summaryrefslogtreecommitdiff
path: root/include/g3dhax.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/g3dhax.h9
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 {