diff options
| author | raysan5 <[email protected]> | 2020-05-09 17:37:02 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-05-09 17:37:02 +0200 |
| commit | 4e3ab8f27d73815158f66a4fd38657cc75bd6be6 (patch) | |
| tree | cc5095a4e7c4aa572f013c0711860bef75318683 /src | |
| parent | 3a4e3d874762d4d0f29fb2446aa5dc923c6e3b43 (diff) | |
| download | raylib-4e3ab8f27d73815158f66a4fd38657cc75bd6be6.tar.gz raylib-4e3ab8f27d73815158f66a4fd38657cc75bd6be6.zip | |
Update config.h.in
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in index 6a71b77b..5f645233 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -60,6 +60,9 @@ // Selected desired fileformats to be supported for loading. #cmakedefine SUPPORT_FILEFORMAT_FNT 1 #cmakedefine SUPPORT_FILEFORMAT_TTF 1 +// Support text management functions +// If not defined, still some functions are supported: TextLength(), TextFormat() +#cmakedefine SUPPORT_TEXT_MANIPULATION 1 // models.c // Selected desired fileformats to be supported for loading. |
