You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Replace header ifdef guards with #pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef MENU_HEADER_H
|
||||
#define MENU_HEADER_H
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
|
||||
@@ -48,5 +47,3 @@ extern const u8 eu_course_strings_de_table[];
|
||||
// script
|
||||
extern const LevelScript level_main_menu_entry_file_select[];
|
||||
extern const LevelScript level_main_menu_entry_act_select[];
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user