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