wut/samples/pong/src/program.h
2016-07-25 14:20:15 -07:00

12 lines
213 B
C
Executable File

#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 */