This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
modal-studios
/
izanagi-2022
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Define constants
Use #define instead of const for constants.
feature/data-structs
TheoryOfNekomata
пре 2 година
родитељ
d320b66402
комит
123ccffa2b
1 измењених фајлова
са
3 додато
и
4 уклоњено
Подељен поглед
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
Прегледај датотеку
@@ -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
Write
Preview
Loading…
Откажи
Сачувај