spirit/src/spirit.h

11 lines
167 B
C
Raw Permalink Normal View History

2022-07-08 16:34:08 +00:00
#ifndef SPIRIT
#define SPIRIT
#include <iostream>
#include "config/config.h"
#include "window/window.h"
#include "game/game.h"
using namespace std;
#endif // SPIRIT