Replace header ifdef guards with #pragma once

This commit is contained in:
Arceveti
2021-09-25 11:08:11 -07:00
parent 0649427337
commit 3a6c577a41
367 changed files with 651 additions and 1765 deletions

View File

@@ -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