forked from snapshot112/minigame-menu
MULTITHREADED FOR EPICNESSSSSS
This commit is contained in:
@@ -12,6 +12,10 @@
|
||||
|
||||
#include "rooster.h"
|
||||
|
||||
int same_coordinate(coordinate a, coordinate b) {
|
||||
return a.x == b.x && a.y == b.y;
|
||||
}
|
||||
|
||||
int modulo(const int number, const int mod) {
|
||||
int result = number % mod;
|
||||
if (result < 0) {
|
||||
|
||||
Reference in New Issue
Block a user