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

View file

@ -0,0 +1,24 @@
/*
)
(.)
.|.
| |
_.--| |--._
.-'; ;`-'& ; `&.
\ & ; & &_/
|"""---...---"""|
\ | | | | | | | /
`---.|.|.|.---'
* This file is generated by bake.lang.c for your convenience. Headers of
* dependencies will automatically show up in this file. Include bake_config.h
* in your main project file. Do not edit! */
#ifndef COLYSIS_BAKE_CONFIG_H
#define COLYSIS_BAKE_CONFIG_H
/* Headers of public dependencies */
#include "../../deps/flecs.h"
#endif

1708
include/raylib.h Normal file

File diff suppressed because it is too large Load diff

2949
include/raymath.h Normal file

File diff suppressed because it is too large Load diff

5262
include/rlgl.h Normal file

File diff suppressed because it is too large Load diff