- [NEW] Consola in-game
This commit is contained in:
10
source/console.h
Normal file
10
source/console.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
namespace console
|
||||
{
|
||||
void init();
|
||||
void toggle();
|
||||
const bool isEnabled();
|
||||
const bool update();
|
||||
void draw();
|
||||
}
|
||||
Reference in New Issue
Block a user