console: basic code.

This commit is contained in:
2025-06-17 12:00:46 +08:00
parent 55b530d9f8
commit 4b86ebc5c5
6 changed files with 47 additions and 1 deletions

9
Console/Console.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef FRELAY_CONSOLE_H
#define FRELAY_CONSOLE_H
class RelayConsole
{
};
#endif // FRELAY_CONSOLE_H