aboutsummaryrefslogtreecommitdiff
path: root/src/gameCommon.h
blob: 361cf231129156c572fdb838277ec1f7769654ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <math.h>
#include <time.h>
#include <ctype.h>
#include <stdbool.h>

#include <raylib.h>
#include <raymath.h>
#include "raylib.h"

#ifndef GAME_COMMON_H
#define GAME_COMMON_H

#endif