Skip to content

Commit

Permalink
Fix premake5 file and no longer include imgui files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIndra55 committed Dec 15, 2021
1 parent a90315b commit f2ac738
Show file tree
Hide file tree
Showing 22 changed files with 27 additions and 39,611 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "vendor/imgui"]
path = vendor/imgui
url = https://github.com/ocornut/imgui
1 change: 0 additions & 1 deletion Game.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "include/MinHook.h"
#include "Game.hpp"
#include "Hooking.hpp"

Expand Down
2 changes: 1 addition & 1 deletion Hooking.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once

#include <memory>
#include "include/MinHook.h"
#include "vendor/MinHook.h"
#include "Game.hpp"
#include "Menu.hpp"

Expand Down
6 changes: 3 additions & 3 deletions Menu.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
#include <Windows.h>
#include <d3d9.h>

#include "include/imgui.h"
#include "include/imgui_impl_dx9.h"
#include "include/imgui_impl_win32.h"
#include "imgui.h"
#include "vendor/imgui/examples/imgui_impl_dx9.h"
#include "vendor/imgui/examples/imgui_impl_win32.h"

#include "Game.hpp"

Expand Down
108 changes: 0 additions & 108 deletions include/imconfig.h

This file was deleted.

Loading

0 comments on commit f2ac738

Please sign in to comment.