Pārlūkot izejas kodu

Define constants

Use #define instead of const for constants.
master
TheoryOfNekomata pirms 2 gadiem
vecāks
revīzija
123ccffa2b
1 mainītis faili ar 3 papildinājumiem un 4 dzēšanām
  1. +3
    -4
      src/packages/game/IZ_common.h

+ 3
- 4
src/packages/game/IZ_common.h Parādīt failu

@@ -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

Notiek ielāde…
Atcelt
Saglabāt