|
|
@ -38,13 +38,20 @@ |
|
|
|
* You can define your own malloc/free implementation replacing stdlib.h malloc()/free() functions. |
|
|
|
* Otherwise it will include stdlib.h and use the C standard library malloc()/free() function. |
|
|
|
* |
|
|
|
* |
|
|
|
* NOTE: Physac requires multi-threading, when InitPhysics() a second thread is created to manage physics calculations. |
|
|
|
* |
|
|
|
* Use the following code to compile (-static -lpthread): |
|
|
|
* gcc -o $(NAME_PART).exe $(FILE_NAME) -s $(RAYLIB_DIR)\raylib\raylib_icon -static -lraylib -lpthread |
|
|
|
* -lglfw3 -lopengl32 -lgdi32 -lopenal32 -lwinmm -std=c99 -Wl,--subsystem,windows -Wl,-allow-multiple-definition |
|
|
|
* |
|
|
|
* VERY THANKS TO: |
|
|
|
* Ramón Santamaria (@raysan5) |
|
|
|
* |
|
|
|
* |
|
|
|
* LICENSE: zlib/libpng |
|
|
|
* |
|
|
|
* Copyright (c) 2016 Victor Fisac |
|
|
|
* Copyright (c) 2017 Victor Fisac |
|
|
|
* |
|
|
|
* This software is provided "as-is", without any express or implied warranty. In no event |
|
|
|
* will the authors be held liable for any damages arising from the use of this software. |
|
|
|