19 lines
276 B
C
19 lines
276 B
C
#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
|
|
|