mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2025-02-03 03:12:32 +01:00
Move wups include into a seperate folder to avoid collisions
This commit is contained in:
parent
79c7571248
commit
0dc08b804b
@ -26,9 +26,9 @@
|
|||||||
#ifndef WUPS_H_
|
#ifndef WUPS_H_
|
||||||
#define WUPS_H_
|
#define WUPS_H_
|
||||||
|
|
||||||
#include "common.h"
|
#include "wups/common.h"
|
||||||
#include "function_patching.h"
|
#include "wups/function_patching.h"
|
||||||
#include "hooks.h"
|
#include "wups/hooks.h"
|
||||||
#include "utils.h"
|
#include "wups/utils.h"
|
||||||
|
|
||||||
#endif /* WUPS_WUPS_H_ */
|
#endif /* WUPS_WUPS_H_ */
|
Loading…
x
Reference in New Issue
Block a user