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 MACROS_H
|
||||
#define MACROS_H
|
||||
#pragma once
|
||||
|
||||
#include "platform_info.h"
|
||||
|
||||
@@ -71,6 +70,4 @@
|
||||
|
||||
#define MODE_NTSC 0
|
||||
#define MODE_MPAL 1
|
||||
#define MODE_PAL 2
|
||||
|
||||
#endif // MACROS_H
|
||||
#define MODE_PAL 2
|
||||
|
||||
Reference in New Issue
Block a user