14 lines
154 B
C
14 lines
154 B
C
|
#ifndef OSTATE_H
|
||
|
#define OSTATE_H
|
||
|
|
||
|
#include "vector3d.h"
|
||
|
#include "resource.h"
|
||
|
#include <string>
|
||
|
#include <list>
|
||
|
|
||
|
|
||
|
class ObjectState {
|
||
|
public:
|
||
|
};
|
||
|
#endif
|