polyadvent

A game engine from scratch in C
git clone git://jb55.com/polyadvent
Log | Files | Refs | README

event.h (118B)


      1 
      2 #ifndef PA_EVENT_H
      3 #define PA_EVENT_H
      4 
      5 #include "gl.h"
      6 #include "input.h"
      7 #include "game.h"
      8 
      9 #endif /* PA_EVENT_H */