summaryrefslogtreecommitdiff
path: root/include/GSnull.h
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-11-12 13:26:03 -0500
committerMax <mparisi@stevens.edu>2020-11-12 13:26:03 -0500
commit15eb317faaddf1a81a924b5ac2128ac842a8c991 (patch)
treedc2c8b1321b515fe681e0935f41cc33379e66ebc /include/GSnull.h
parentfc81e8d7ccf8d155045e19de13a461a45a9b600e (diff)
organize headers
Diffstat (limited to 'include/GSnull.h')
-rw-r--r--include/GSnull.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/GSnull.h b/include/GSnull.h
index 21fc2b4..e152cd8 100644
--- a/include/GSnull.h
+++ b/include/GSnull.h
@@ -7,7 +7,6 @@ extern "C" {
#include "GSblendObject.h"
-// TODO: namespace?
struct gUnkClass11
{
Vec unk0;
@@ -36,10 +35,9 @@ protected:
u8 unk12[0xBE];
Mtx unkD0;
public:
- // 801F1AE8
- GSnull(u8 p1);
- // 801F1BC8
- GSnull(void* p1, gUnkClass10* p2); // TODO: p1 type
+
+ GSnull(u8 p1); // 801F1AE8
+ GSnull(void* p1, gUnkClass10* p2); // 801F1BC8 // TODO: p1 type
virtual ~GSnull(); // 801F1F24
virtual void func1(float p1); // 801F3960
virtual void func2(BOOL p1); // 801F39E8