Files
salmanoff/core/include/thought.h
T

13 lines
108 B
C++
Raw Normal View History

2024-09-04 14:08:50 +10:00
#ifndef _THOUGHT_H
#define _THOUGHT_H
#include <scene.h>
class Thought
{
public:
Scene scene;
};
#endif