Revert "Replace header ifdef guards with #pragma once"

This reverts commit 3a6c577a41.
This commit is contained in:
Arceveti
2021-09-26 11:34:20 -07:00
parent df165f80c9
commit 25e74c3e0a
367 changed files with 1765 additions and 651 deletions

View File

@@ -1,4 +1,5 @@
#pragma once
#ifndef BBH_HEADER_H
#define BBH_HEADER_H
#include "types.h"
#include "game/moving_texture.h"
@@ -109,3 +110,5 @@ extern const struct MovtexQuadCollection bbh_movtex_merry_go_round_water_side[];
// script
extern const LevelScript level_bbh_entry[];
#endif