Fix Include Guards
This commit is contained in:
parent
0b6390b8f2
commit
894293c2f3
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _HSF_FORMAT_H
|
#ifndef _GAME_HSFFORMAT_H
|
||||||
#define _HSF_FORMAT_H
|
#define _GAME_HSFFORMAT_H
|
||||||
|
|
||||||
#include "dolphin.h"
|
#include "dolphin.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _HSFLOAD_H
|
#ifndef _GAME_HSFLOAD_H
|
||||||
#define _HSFLOAD_H
|
#define _GAME_HSFLOAD_H
|
||||||
|
|
||||||
#include "game/hsfformat.h"
|
#include "game/hsfformat.h"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue