21#ifndef MYGAME_EXTERNAL_H
22#define MYGAME_EXTERNAL_H
42 extern void init(
int argc,
char *argv[]);
User functions that are linked to and called by the yourgame library framework.
Definition mygame_external.h:33
int shutdown()
user project clean-up
void init(int argc, char *argv[])
user project initialization
void tick()
user project update/draw (once pre frame)