更改字符集

This commit is contained in:
EmsiaetKadosh
2025-02-07 14:38:48 +08:00
parent a086558f2d
commit ae4372827f
31 changed files with 11 additions and 35 deletions
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
+11 -8
View File
@@ -15,7 +15,9 @@ endif ()
include(CTest)
enable_testing()
add_executable(${PROJECT_NAME} main.cpp
add_executable(${PROJECT_NAME}
main.cpp
def.cpp
def.h
InteractManager.cpp
InteractManager.h
@@ -27,17 +29,18 @@ add_executable(${PROJECT_NAME} main.cpp
Window.h
Hud.cpp
Hud.h
includes.h
IText.h
Chars.h
IText.cpp
xWindows.h
IText.h
exception.cpp
exception.h
def.cpp
TestCode.h
TextureManager.cpp
TextureManager.h
exception.cpp)
includes.h
Chars.h
xWindows.h
TestCode.h
)
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
-27
View File
@@ -1,27 +0,0 @@
#include <Windows.h>
#include <winuser.h>
#include "../CarlbeksLib/gxdef.h"
#include "../CarlbeksLib/rgui.h"
#include "../CarlbeksLib/iwindows.h"
static HINSTANCE MainInstance;
static HWND MainWindowHandle;
static inline String ApplicationName = L"High Blood Pressure";
inline Carlbeks::UI::Main MainWindow;
inline Carlbeks::UI::TickThread MainTick{ &MainWindow };
inline void Initialize() noexcept {
Carlbeks::WindowsInterface::ShowConsoleIO();
MainWindow.setWindow(MainWindowHandle);
MainWindow.setDC(GetDC(MainWindowHandle));
MainTick.start();
}
inline void Finalize() noexcept {
MainTick.stopAndWait();
_wsystem(L"pause");
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.