Replace all include guard ifdefs with "#pragma once"

This commit is contained in:
lioncash
2014-02-10 13:54:46 -05:00
committed by Lioncash
parent a0a65a2906
commit d2038049f5
462 changed files with 676 additions and 2308 deletions

View File

@ -7,8 +7,7 @@
// Video backend must define these functions
// ------------------------------------------
#ifndef _BPFUNCTIONS_H
#define _BPFUNCTIONS_H
#pragma once
#include "BPMemory.h"
#include "VideoCommon.h"
@ -41,5 +40,3 @@ bool GetConfig(const int &type);
void SetTextureMode(const BPCmd &bp);
void SetInterlacingMode(const BPCmd &bp);
};
#endif // _BPFUNCTIONS_H