Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
modal-studios
/
izanagi-2022
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
Define constants
Use #define instead of const for constants.
feature/data-structs
TheoryOfNekomata
2 vuotta sitten
vanhempi
d320b66402
commit
123ccffa2b
1 muutettua tiedostoa
jossa
3 lisäystä
ja
4 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
src/packages/game/IZ_common.h
+ 3
- 4
src/packages/game/IZ_common.h
Näytä tiedosto
@@ -3,10 +3,9 @@
#include <stdint.h>
static const char* APP_NAME = "SDL2";
static const uint8_t CONTROLS = 16;
#define CONTROLS 16
#define PLAYERS 1
static const
uint8_t PLAYERS = 1
;
static const
char* APP_NAME = "SDL2"
;
#endif
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna