mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-10 19:01:53 +00:00
Fix imports
This commit is contained in:
parent
e107653d96
commit
94bcf71da0
6 changed files with 8 additions and 8 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#include <ultramodern/ultramodern.hpp>
|
||||
#include "recomp_helpers.h"
|
||||
#include "helpers.h"
|
||||
|
||||
static ultramodern::input_callbacks_t input_callbacks;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#include "recomp_files.h"
|
||||
#include "files.h"
|
||||
|
||||
constexpr std::u8string_view backup_suffix = u8".bak";
|
||||
constexpr std::u8string_view temp_suffix = u8".temp";
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <vector>
|
||||
|
||||
#include "recomp.h"
|
||||
#include "recomp_overlays.h"
|
||||
#include "overlays.h"
|
||||
#include "sections.h"
|
||||
|
||||
static recomp::overlay_section_table_data_t sections_info {};
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
#include <vector>
|
||||
#include "recomp.h"
|
||||
#include "sections.h"
|
||||
#include "recomp_overlays.h"
|
||||
#include "overlays.h"
|
||||
|
||||
static SectionTableEntry* code_sections = nullptr;
|
||||
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
#include <string>
|
||||
#include <mutex>
|
||||
#include "recomp.h"
|
||||
#include "recomp_game.h"
|
||||
#include "recomp_files.h"
|
||||
#include "game.h"
|
||||
#include "files.h"
|
||||
#include <ultramodern/ultra64.h>
|
||||
#include <ultramodern/ultramodern.hpp>
|
||||
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
#include <array>
|
||||
|
||||
#include "recomp.h"
|
||||
#include "recomp_overlays.h"
|
||||
#include "recomp_game.h"
|
||||
#include "overlays.h"
|
||||
#include "game.h"
|
||||
#include "xxHash/xxh3.h"
|
||||
#include "ultramodern/ultramodern.hpp"
|
||||
#include "ultramodern/error_handling.hpp"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue