Project Setup

This commit is contained in:
n0ffie 2025-02-05 13:31:26 +01:00
parent 8a9d8b1ece
commit 9504620227
13 changed files with 125329 additions and 69 deletions

19
include/colysis.h Normal file
View file

@ -0,0 +1,19 @@
#ifndef COLYSIS_H
#define COLYSIS_H
/* This generated file contains includes for project dependencies */
#include "colysis/bake_config.h"
#include "raylib.h"
#include "raymath.h"
#include "rlgl.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
}
#endif
#endif