aboutsummaryrefslogtreecommitdiff
path: root/src/killaEdit/killaEditCommon.h
blob: c1ef878398479d145ddd49d28faa67c2e94c4a17 (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 KILLA_EDIT_COMMON_H
#define KILLA_EDIT_COMMON_H

#endif