mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
feat(console): add ConsolePostClose()
This commit is contained in:
parent
317d94cd1a
commit
46bb3ba4fb
@ -1,4 +1,5 @@
|
||||
#include "console/Client.hpp"
|
||||
#include "event/Event.hpp"
|
||||
|
||||
void ConsoleInitializeClientCommand() {
|
||||
// TODO
|
||||
@ -7,3 +8,7 @@ void ConsoleInitializeClientCommand() {
|
||||
void ConsoleInitializeClientCVar(const char* a1) {
|
||||
// TODO
|
||||
}
|
||||
|
||||
void ConsolePostClose() {
|
||||
EventPostCloseEx(EventGetCurrentContext());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user