mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 19:22:30 +00:00
chore(build): revert to sdl2
This commit is contained in:
parent
20f392cd74
commit
b5902f5230
2095 changed files with 244085 additions and 192940 deletions
10
vendor/sdl-2.30.5/Xcode-iOS/Demos/src/common.h
vendored
Normal file
10
vendor/sdl-2.30.5/Xcode-iOS/Demos/src/common.h
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
* common.h
|
||||
* written by Holmes Futrell
|
||||
* use however you want
|
||||
*/
|
||||
|
||||
extern int randomInt(int min, int max);
|
||||
extern float randomFloat(float min, float max);
|
||||
extern void fatalError(const char *string);
|
||||
extern double updateDeltaTime(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue