diff options
| author | raysan5 <[email protected]> | 2019-01-19 12:34:04 +0100 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2019-01-19 12:34:04 +0100 |
| commit | d41e50f8661bc19210134028be92235591d71104 (patch) | |
| tree | 71f34cb88a068d1ee3d1725c0b504b7bfcdef014 /src/raylib.h | |
| parent | 762b85e6c92122c98610f30b6adf633f459c96ec (diff) | |
| download | raylib-d41e50f8661bc19210134028be92235591d71104.tar.gz raylib-d41e50f8661bc19210134028be92235591d71104.zip | |
Allow ShowWindow usage ;)
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h index f56500b7..85b88b85 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -139,6 +139,7 @@ // deprecated raylib implementation of these functions #define FormatText TextFormat #define SubText TextSubtext +#define ShowWindow UnhideWindow //---------------------------------------------------------------------------------- // Structures Definition |
