Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
game.h
Go to the documentation of this file.
1#pragma once
2
3// Initialize new type
5
6// Define custom background color
7#define mapBackgroundColor CLITERAL(Color){ 56, 140, 233, 255 }
8
9// Define custom map tint color
10#define mapColor CLITERAL(Color){ 166, 210, 179, 255 }
11
12// Start game
13void startGame();
GameScreen
Definition: game.h:4
@ MENU
Definition: game.h:4
@ GAMEPLAY
Definition: game.h:4
@ RESULT
Definition: game.h:4
void startGame()
Definition: game.cpp:15