mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-19 09:39:25 -04:00
#pragma once and static variables
This commit is contained in:
parent
f7aa555592
commit
1fd46a3e94
@ -1,8 +1,4 @@
|
||||
#ifndef AWT_GLOBAL_H
|
||||
#define AWT_GLOBAL_H
|
||||
|
||||
int GLOBAL_WIDTH;
|
||||
int GLOBAL_HEIGHT;
|
||||
|
||||
#endif // AWT_GLOBAL_H
|
||||
#pragma once
|
||||
|
||||
static int GLOBAL_WIDTH;
|
||||
static int GLOBAL_HEIGHT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user