Project Setup
This commit is contained in:
parent
8a9d8b1ece
commit
9504620227
13 changed files with 125329 additions and 69 deletions
19
include/colysis.h
Normal file
19
include/colysis.h
Normal 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
|
||||
|
24
include/colysis/bake_config.h
Normal file
24
include/colysis/bake_config.h
Normal 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
1708
include/raylib.h
Normal file
File diff suppressed because it is too large
Load diff
2949
include/raymath.h
Normal file
2949
include/raymath.h
Normal file
File diff suppressed because it is too large
Load diff
5262
include/rlgl.h
Normal file
5262
include/rlgl.h
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue