OctaCore/src/engine/engine.hh

8 lines
90 B
C++

#ifndef __ENGINE_H__
#define __ENGINE_H__
#include "cube.hh"
#include "world.hh"
#endif