mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user