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 SCRIPTS_H
|
||||
#define SCRIPTS_H
|
||||
#pragma once
|
||||
|
||||
#include "types.h"
|
||||
#include "game/puppycam2.h"
|
||||
@@ -24,5 +23,3 @@ extern const LevelScript script_func_global_15[];
|
||||
extern const LevelScript script_func_global_16[];
|
||||
extern const LevelScript script_func_global_17[];
|
||||
extern const LevelScript script_func_global_18[];
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user