townengine/src/game_api.h

14 lines
211 B
C
Raw Normal View History

2024-07-08 00:44:20 +00:00
/* include this header in game code to get the usable parts of the engine */
#ifndef GAME_API_H
#define GAME_API_H
#include "context.h"
#include "rendering.h"
#include "util.h"
#include <SDL2/SDL.h>
#endif