wut/samples/pong/src/program.h

12 lines
213 B
C
Raw Normal View History

2016-07-25 23:20:15 +02:00
#ifndef PROGRAM_H
#define PROGRAM_H
//Using modified version of draw to render at twice the scale to improve framerate
#include "draw.h"
#include "pong.h"
void _entryPoint();
#endif /* PROGRAM_H */