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