Cleanup
This commit is contained in:
13
include/main.h
Normal file
13
include/main.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef MAIN_H
|
||||
#define MAIN_H
|
||||
|
||||
#include <atomic>
|
||||
#include <vector>
|
||||
|
||||
#define NORMAL 0
|
||||
#define INSERT 1
|
||||
#define SELECT 2
|
||||
|
||||
extern std::atomic<bool> running;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user