- First commit to gitea
This commit is contained in:
10
application.h
Normal file
10
application.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace Application
|
||||
{
|
||||
void Quit();
|
||||
const bool& ShouldQuit();
|
||||
void QuitHandler(const char* reply);
|
||||
bool NeedsUpdate(const char cycles = 2);
|
||||
void Updated();
|
||||
}
|
||||
Reference in New Issue
Block a user