polyadvent
A game engine from scratch in C
git clone
git://jb55.com/polyadvent
Log
|
Files
|
Refs
|
README
scene.h (76B)
1
2
#ifndef SCENE_H
3
#define SCENE_H
4
5
#include "engine.h"
6
7
#endif /* SCENE_H */