6 lines
83 B
C
6 lines
83 B
C
#ifndef LARDON3D_APP_H
|
|
#define LARDON3D_APP_H
|
|
|
|
int lardon3d_app_run(void);
|
|
|
|
#endif
|