Cube-World-Commands-Mod/cwmods/plasma/Engine.h

15 lines
253 B
C
Raw Normal View History

2019-10-06 04:08:12 +08:00
#ifndef ENGINE_H
#define ENGINE_H
#include "../IDA/types.h"
#include "ObjectManager.h"
namespace plasma {
class Engine : public plasma::ObjectManager {
public:
char field_20[624];
};
}
#endif // ENGINE_H