初具模型的扫雷
This commit is contained in:
14
include/Global.h
Normal file
14
include/Global.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef GLOBAL_H
|
||||
#define GLOBAL_H
|
||||
|
||||
#include "def.h"
|
||||
#include "context.h"
|
||||
#include "window.h"
|
||||
|
||||
typedef struct Global {
|
||||
Context context;
|
||||
Window window;
|
||||
} Global;
|
||||
|
||||
extern Global global;
|
||||
#endif //GLOBAL_H
|
||||
Reference in New Issue
Block a user