mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Replace all include guard ifdefs with "#pragma once"
This commit is contained in:
@ -2,8 +2,7 @@
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#ifndef _HIRESTEXTURES_H
|
||||
#define _HIRESTEXTURES_H
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include "VideoCommon.h"
|
||||
@ -16,5 +15,3 @@ bool HiresTexExists(const char *filename);
|
||||
PC_TexFormat GetHiresTex(const char *fileName, unsigned int *pWidth, unsigned int *pHeight, unsigned int *required_size, int texformat, unsigned int data_size, u8 *data);
|
||||
|
||||
};
|
||||
|
||||
#endif // _HIRESTEXTURES_H
|
||||
|
Reference in New Issue
Block a user