mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-26 03:12:18 -05:00
Add more files
This commit is contained in:
parent
c14e4f387c
commit
d63c0077ee
@ -3,7 +3,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "debugconsole.h"
|
#include "debugconsole.h"
|
||||||
#include "../libultraship/SohImGuiImpl.h"
|
#include "../libultraship/ImGuiImpl.h"
|
||||||
#include "savestates.h"
|
#include "savestates.h"
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "actorViewer.h"
|
#include "actorViewer.h"
|
||||||
#include "../../util.h"
|
#include "../../util.h"
|
||||||
#include "../libultraship/SohImGuiImpl.h"
|
#include "../libultraship/ImGuiImpl.h"
|
||||||
#include "ImGuiHelpers.h"
|
#include "ImGuiHelpers.h"
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#include "colViewer.h"
|
#include "colViewer.h"
|
||||||
#include "../libultraship/SohImGuiImpl.h"
|
#include "../libultraship/ImGuiImpl.h"
|
||||||
#include "ImGuiHelpers.h"
|
#include "ImGuiHelpers.h"
|
||||||
#include "../../frame_interpolation.h"
|
#include "../../frame_interpolation.h"
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "debugSaveEditor.h"
|
#include "debugSaveEditor.h"
|
||||||
#include "../../util.h"
|
#include "../../util.h"
|
||||||
#include "../libultraship/SohImGuiImpl.h"
|
#include "../libultraship/ImGuiImpl.h"
|
||||||
#include "ImGuiHelpers.h"
|
#include "ImGuiHelpers.h"
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
#include <soh/OTRGlobals.h>
|
#include <soh/OTRGlobals.h>
|
||||||
#include <soh/OTRAudio.h>
|
#include <soh/OTRAudio.h>
|
||||||
|
|
||||||
#include <SohImGuiImpl.h>
|
#include <ImGuiImpl.h>
|
||||||
|
|
||||||
#include "z64.h"
|
#include "z64.h"
|
||||||
#include "z64save.h"
|
#include "z64save.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user