Added
Link Here
|
1 |
--- client/renderSDL/CTrueTypeFont.h.orig 2024-08-25 21:27:47 UTC |
2 |
+++ client/renderSDL/CTrueTypeFont.h |
3 |
@@ -9,6 +9,8 @@ |
4 |
*/ |
5 |
#pragma once |
6 |
|
7 |
+#include <SDL_ttf.h> |
8 |
+ |
9 |
#include "../render/IFont.h" |
10 |
|
11 |
VCMI_LIB_NAMESPACE_BEGIN |
12 |
@@ -16,8 +18,6 @@ class CBitmapFont; |
13 |
VCMI_LIB_NAMESPACE_END |
14 |
|
15 |
class CBitmapFont; |
16 |
- |
17 |
-using TTF_Font = struct _TTF_Font; |
18 |
|
19 |
class CTrueTypeFont : public IFont |
20 |
{ |