mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32: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 "console/Client.hpp"
|
||||||
|
#include "event/Event.hpp"
|
||||||
|
|
||||||
void ConsoleInitializeClientCommand() {
|
void ConsoleInitializeClientCommand() {
|
||||||
// TODO
|
// TODO
|
||||||
@ -7,3 +8,7 @@ void ConsoleInitializeClientCommand() {
|
|||||||
void ConsoleInitializeClientCVar(const char* a1) {
|
void ConsoleInitializeClientCVar(const char* a1) {
|
||||||
// TODO
|
// TODO
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void ConsolePostClose() {
|
||||||
|
EventPostCloseEx(EventGetCurrentContext());
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user