meta: librg
parent
6acb0a2bd2
commit
aff02ea737
|
@ -28,4 +28,6 @@ set(CMAKE_C_STANDARD 11)
|
||||||
|
|
||||||
add_executable(eco2d code/apps/client/main.c)
|
add_executable(eco2d code/apps/client/main.c)
|
||||||
|
|
||||||
|
include_directories(eco2d code/vendors)
|
||||||
|
|
||||||
target_link_libraries(eco2d raylib)
|
target_link_libraries(eco2d raylib)
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
#include "raylib.h"
|
#include "raylib.h"
|
||||||
|
|
||||||
|
// #define LIBRG_IMPL
|
||||||
|
#include "librg.h"
|
||||||
|
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
// Initialization
|
// Initialization
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue