Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
modal-studios
/
izanagi-2022
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Define constants
Use #define instead of const for constants.
feature/data-structs
TheoryOfNekomata
2 anos atrás
pai
d320b66402
commit
123ccffa2b
1 arquivos alterados
com
3 adições
e
4 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+3
-4
src/packages/game/IZ_common.h
+ 3
- 4
src/packages/game/IZ_common.h
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar