update hakc

This commit is contained in:
chatlanin 2023-05-23 12:24:10 +03:00
parent 5ecfdd0d7e
commit b97a532547
66 changed files with 3 additions and 3 deletions

0
.gitignore vendored Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

0
bin/main.cpp Normal file → Executable file
View File

0
bin/meson.build Normal file → Executable file
View File

2
meson.build Normal file → Executable file
View File

@ -40,7 +40,7 @@ deps = [
dependency('opengl'), dependency('opengl'),
subproject('glfw').get_variable('glfw_dep'), subproject('glfw').get_variable('glfw_dep'),
subproject('glad').get_variable('glad_dep'), subproject('glad').get_variable('glad_dep'),
subproject('hack').get_variable('logger_dep'), subproject('hack').get_variable('hack_dep'),
subproject('imgui').get_variable('imgui_dep'), subproject('imgui').get_variable('imgui_dep'),
subproject('glm').get_variable('glm_dep'), subproject('glm').get_variable('glm_dep'),
subproject('nlohmann_json').get_variable('nlohmann_json_dep'), subproject('nlohmann_json').get_variable('nlohmann_json_dep'),

0
src/meson.build Normal file → Executable file
View File

0
src/sandbox/layers/test_panel/test_panel.cpp Normal file → Executable file
View File

0
src/sandbox/layers/test_panel/test_panel.hpp Normal file → Executable file
View File

0
src/sandbox/meson.build Normal file → Executable file
View File

0
src/sandbox/sandbox.hpp Normal file → Executable file
View File

0
src/try_engine/application/application.cpp Normal file → Executable file
View File

0
src/try_engine/application/application.hpp Normal file → Executable file
View File

0
src/try_engine/event/app_event/event.hpp Normal file → Executable file
View File

0
src/try_engine/event/event_classificator.hpp Normal file → Executable file
View File

View File

View File

View File

2
src/try_engine/event/system_event/event.hpp Normal file → Executable file
View File

@ -1,6 +1,6 @@
#pragma once #pragma once
#include "utils/utils.hpp" #include "hack/utils/utils.hpp"
namespace try_engine::system_event namespace try_engine::system_event
{ {

0
src/try_engine/gui/gui.cpp Normal file → Executable file
View File

0
src/try_engine/gui/gui.hpp Normal file → Executable file
View File

0
src/try_engine/gui/style/fonts.hpp Normal file → Executable file
View File

0
src/try_engine/gui/style/icons.hpp Normal file → Executable file
View File

0
src/try_engine/gui/style/style.hpp Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
src/try_engine/layer/layer.hpp Normal file → Executable file
View File

0
src/try_engine/meson.build Normal file → Executable file
View File

0
src/try_engine/renderer/renderer.cpp Normal file → Executable file
View File

0
src/try_engine/renderer/renderer.hpp Normal file → Executable file
View File

0
src/try_engine/renderer/texture/texture.cpp Normal file → Executable file
View File

0
src/try_engine/renderer/texture/texture.hpp Normal file → Executable file
View File

0
src/try_engine/try_engine.hpp Normal file → Executable file
View File

0
src/try_engine/utils/define.hpp Normal file → Executable file
View File

2
src/try_engine/utils/include.hpp Normal file → Executable file
View File

@ -12,7 +12,7 @@
#include "GLFW/glfw3.h" #include "GLFW/glfw3.h"
#include "glad.h" #include "glad.h"
#include "glm/glm.hpp" #include "glm/glm.hpp"
#include "logger/logger.hpp" #include "hack/logger/logger.hpp"
#include "imgui.h" #include "imgui.h"
#include "imgui_impl_glfw.h" #include "imgui_impl_glfw.h"
#include "imgui_impl_opengl3.h" #include "imgui_impl_opengl3.h"

0
src/try_engine/utils/keycode.hpp Normal file → Executable file
View File

0
src/try_engine/utils/timestap.hpp Normal file → Executable file
View File

View File

View File

0
src/try_engine/window/window.cpp Normal file → Executable file
View File

0
src/try_engine/window/window.hpp Normal file → Executable file
View File

0
subprojects/glad.wrap Normal file → Executable file
View File

0
subprojects/glfw.wrap Normal file → Executable file
View File

0
subprojects/glm.wrap Normal file → Executable file
View File

0
subprojects/gtest.wrap Normal file → Executable file
View File

0
subprojects/hack.wrap Normal file → Executable file
View File

0
subprojects/imgui.wrap Normal file → Executable file
View File

0
subprojects/nlohmann_json.wrap Normal file → Executable file
View File

0
subprojects/taglib.wrap Normal file → Executable file
View File

0
tests/meson.build Normal file → Executable file
View File