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