Commit Graph

4 Commits

Author SHA1 Message Date
e13d74732e Update project to C++17 standard, add missing include file updates.
Delete imgui.ini and add it to gitignore.
2025-03-31 15:11:07 -04:00
afd62ebc5f Move most ImGui functions into imgui_functions.cpp.
Remove ImGui functions out of directx9_test.cpp.
Move InitializeD3D into helpers.cpp
2025-03-13 03:04:28 -04:00
29dbb2b296 Add Vice City menu for testing ReVC functions and how it looks.
Add src/menus, src/util, and src/test to include path
Label most items in main_menu and vice_city_menu.
Add test for using httplib library.
Disable helpers.cpp, need to figure out how to move this stuff into here.
Add httplib.h
2025-03-13 01:56:56 -04:00
294937a0c6 Move all files into src folder.
Add defines.h for menu titles and window title.
Reorganize project quite a bit, refactor code.
Add _TEST2 preprocessor, add helpers.cpp and helpers.h.
Partially make OpenGL work for Windows.
Rename Solution to KCNet-ImGui-Test.
2025-01-09 20:12:07 -05:00