Implemented basic conceptual structure
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#ifndef _THOUGHT_H
|
||||
#define _THOUGHT_H
|
||||
|
||||
#include <scene.h>
|
||||
|
||||
class Thought
|
||||
{
|
||||
public:
|
||||
Scene scene;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user