Cube-World-Commands-Mod/cwmods/gfx/Chunk.h

13 lines
164 B
C
Raw Normal View History

2019-10-06 04:08:12 +08:00
#ifndef CHUNK_H
#define CHUNK_H
namespace gfx {
class Chunk {
public:
void *vtable;
char field_8[640];
};
}
#endif // CHUNK_H