mirror of
https://github.com/wiiu-env/libgui.git
synced 2025-02-05 19:26:21 +01:00
Use pragma once in FreeTypeGX instead of ifdef
This commit is contained in:
parent
e68bf558fd
commit
9494f515eb
@ -20,9 +20,7 @@
|
|||||||
* along with FreeTypeGX. If not, see <http://www.gnu.org/licenses/>.
|
* along with FreeTypeGX. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef FREETYPEGX_H_
|
#pragma once
|
||||||
#define FREETYPEGX_H_
|
|
||||||
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ft2build.h>
|
#include <ft2build.h>
|
||||||
@ -163,5 +161,3 @@ public:
|
|||||||
|
|
||||||
static char *wideCharToUTF8(const wchar_t *strChar);
|
static char *wideCharToUTF8(const wchar_t *strChar);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* FREETYPEGX_H_ */
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user