mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 03:12:15 +00:00
Revert sections.hpp to .h
This commit is contained in:
parent
9f0dd2fcd9
commit
8c5a204754
4 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#define __RECOMP_OVERLAYS_H__
|
||||
|
||||
#include <cstdint>
|
||||
#include "sections.hpp"
|
||||
#include "sections.h"
|
||||
|
||||
namespace recomp {
|
||||
struct overlay_section_table_data_t {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include "recomp.h"
|
||||
#include "overlays.hpp"
|
||||
#include "sections.hpp"
|
||||
#include "sections.h"
|
||||
|
||||
static recomp::overlay_section_table_data_t sections_info {};
|
||||
static recomp::overlays_by_index_t overlays_info {};
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include "recomp.h"
|
||||
#include "sections.hpp"
|
||||
#include "sections.h"
|
||||
#include "overlays.hpp"
|
||||
|
||||
static SectionTableEntry* code_sections = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue