awesome!!!
This commit is contained in:
13
src/game_api.h
Normal file
13
src/game_api.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/* 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
|
||||
Reference in New Issue
Block a user