Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
main.cpp
Go to the documentation of this file.
1#include "raylib.h"
2#include "game.h"
3
4int main()
5{
6 SetTargetFPS(60);
7 startGame();
8}
void startGame()
Definition: game.cpp:15
int main()
Definition: main.cpp:4
RLAPI void SetTargetFPS(int fps)
Definition: rcore.c:2675