mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Add header guards to InterfaceBase.h
This commit is contained in:
@ -14,7 +14,8 @@
|
|||||||
|
|
||||||
// Official SVN repository and contact information can be found at
|
// Official SVN repository and contact information can be found at
|
||||||
// http://code.google.com/p/dolphin-emu/
|
// http://code.google.com/p/dolphin-emu/
|
||||||
|
#ifndef _GLINTERFACEBASE_H_
|
||||||
|
#define _GLINTERFACEBASE_H_
|
||||||
class cInterfaceBase
|
class cInterfaceBase
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
@ -33,4 +34,4 @@ public:
|
|||||||
virtual void Update() { }
|
virtual void Update() { }
|
||||||
virtual bool PeekMessages() { return false; }
|
virtual bool PeekMessages() { return false; }
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user