OctaCore/src/engine/engine.hh

7 lines
70 B
C++
Raw Normal View History

2020-04-15 18:39:17 +02:00
#ifndef __ENGINE_H__
#define __ENGINE_H__
2020-04-16 20:28:40 +02:00
#include "cube.hh"
2020-04-15 18:39:17 +02:00
#endif