index
:
games-collection
master
raylib oyunları
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.c
blob: 80a57dad2aff5c88cfc6c7f9df7e478d94fce47e (
plain
)
1
2
3
4
#include "util.h" int imax(int a, int b); int imin(int a, int b);