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

13 lines
164 B
C++

#ifndef CHUNK_H
#define CHUNK_H
namespace gfx {
class Chunk {
public:
void *vtable;
char field_8[640];
};
}
#endif // CHUNK_H