This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <sys/sysctl.h> | |
| #include <stdbool.h> | |
| #include <time.h> | |
| #include <string.h> | |
| #include <libproc.h> | |
| #include <pthread.h> | |
| #include <Carbon/Carbon.h> | |
| // Default configuration values | |
| #define KEY_CODE 49 // Space key |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (executable | |
| (public_name space-invaders) | |
| (name space_invaders) | |
| (libraries raylib)) |
OlderNewer