|
| 1 | +#ifndef GDBVERTEXARRAY0xC_H |
| 2 | +#define GDBVERTEXARRAY0xC_H |
| 3 | + |
| 4 | +#include "decomp.h" |
| 5 | +#include "types.h" |
| 6 | + |
| 7 | +class GolFileParser; |
| 8 | +struct GolVec2; |
| 9 | +struct GolVec3; |
| 10 | +struct ColorRGBA; |
| 11 | + |
| 12 | +// VTABLE: GOLDP 0x100576a8 |
| 13 | +// SIZE 0xc |
| 14 | +class GdbVertexArray0xc { |
| 15 | +public: |
| 16 | + GdbVertexArray0xc(); |
| 17 | + virtual ~GdbVertexArray0xc(); // vtable+0x00 |
| 18 | + virtual void VTable0x04(LegoU16 p_count); // vtable+0x04 |
| 19 | + virtual void VTable0x08(GolFileParser& p_parser); // vtable+0x08 |
| 20 | + virtual void VTable0x0c(); // vtable+0x0c |
| 21 | + virtual void VTable0x10(); // vtable+0x10 |
| 22 | + virtual void VTable0x14(LegoU32 p_index, GolVec3* p_dest); // vtable+0x14 |
| 23 | + virtual void VTable0x18(LegoU32 p_index, GolVec2* p_dest); // vtable+0x18 |
| 24 | + virtual void VTable0x1c(LegoU32 p_index, GolVec3* p_dest); // vtable+0x1c |
| 25 | + virtual void VTable0x20(LegoU32 p_index, ColorRGBA* p_dest); // vtable+0x20 |
| 26 | + virtual void VTable0x24(LegoU32 p_index, const GolVec3&); // vtable+0x24 |
| 27 | + virtual void VTable0x28(LegoU32 p_index, const GolVec2&); // vtable+0x28 |
| 28 | + virtual void VTable0x2c(LegoU32 p_index, const GolVec3&); // vtable+0x2c |
| 29 | + virtual void VTable0x30(LegoU32 p_index, const ColorRGBA&); // vtable+0x30 |
| 30 | + virtual void VTable0x34(undefined4); // vtable+0x34 |
| 31 | + virtual void VTable0x38(); // vtable+0x38 |
| 32 | + |
| 33 | + // SYNTHETIC: GOLDP 0x1002be20 |
| 34 | + // GdbVertexArray0xc::`scalar deleting destructor' |
| 35 | + |
| 36 | +protected: |
| 37 | + LegoU16 m_unk0x04; // 0x04 |
| 38 | + undefined2 m_unk0x06; // 0x06 |
| 39 | + GolVec3* m_unk0x08; // 0x08 |
| 40 | +}; |
| 41 | +// |
| 42 | +// // SIZE 0x1c |
| 43 | +// class GdbVertexArrayTypeOne0x1c : public GdbCommonVertexArray0x1c { |
| 44 | +// public: |
| 45 | +// GdbVertexArrayTypeOne0x1c(); |
| 46 | +// }; |
| 47 | +// |
| 48 | +// // SIZE 0x20 |
| 49 | +// class GdbVertexArrayTypeTwo0x20 : public GdbCommonVertexArray0x1c{ |
| 50 | +// public: |
| 51 | +// GdbVertexArrayTypeTwo0x20(); |
| 52 | +// }; |
| 53 | +// |
| 54 | +// // SIZE 0x20 |
| 55 | +// class GdbVertexArrayTypeThree0x20 : public GdbVertexArrayTypeTwo0x20 { |
| 56 | +// public: |
| 57 | +// GdbVertexArrayTypeThree0x20(); |
| 58 | +// }; |
| 59 | + |
| 60 | +#endif // GDBVERTEXARRAY0XC_H |
0 commit comments