OctaCore/src/engine/engine.hh

9 lines
110 B
C++

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