spirit/src/spirit.h

11 lines
167 B
C++

#ifndef SPIRIT
#define SPIRIT
#include <iostream>
#include "config/config.h"
#include "window/window.h"
#include "game/game.h"
using namespace std;
#endif // SPIRIT