Remove trail spaces and some tweaks
This commit is contained in:
parent
2a408d789c
commit
5ff0776235
7 changed files with 63 additions and 63 deletions
|
@ -12,8 +12,8 @@
|
|||
#include "raylib.h"
|
||||
|
||||
// NOTE: Storage positions must start with 0, directly related to file memory layout
|
||||
typedef enum {
|
||||
STORAGE_POSITION_SCORE = 0,
|
||||
typedef enum {
|
||||
STORAGE_POSITION_SCORE = 0,
|
||||
STORAGE_POSITION_HISCORE = 1
|
||||
} StorageData;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue