diff options
| author | victorfisac <[email protected]> | 2017-04-16 14:03:39 +0200 |
|---|---|---|
| committer | victorfisac <[email protected]> | 2017-04-16 14:03:39 +0200 |
| commit | 8849a4c7526ee6a321df9393dd69d0b29820311a (patch) | |
| tree | dc7d70f10ecdb971d51de03fb1ea995a68e3d1eb /src/raylib.h | |
| parent | 82577ededc43f2673c46d3356cfa3e0746e012a5 (diff) | |
| parent | f5894278b74df34d7850438c36f9d7202ea08091 (diff) | |
| download | raylib-8849a4c7526ee6a321df9393dd69d0b29820311a.tar.gz raylib-8849a4c7526ee6a321df9393dd69d0b29820311a.zip | |
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
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 e8f301ec..b82ec342 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -690,6 +690,7 @@ RLAPI Color Fade(Color color, float alpha); // Color fade- RLAPI void ShowLogo(void); // Activates raylib logo at startup (can be done with flags) RLAPI void SetConfigFlags(char flags); // Setup some window configuration flags //RLAPI void TraceLog(int logType, const char *text, ...); // Show trace log messages (INFO, WARNING, ERROR, DEBUG) +RLAPI void TakeScreenshot(void); // Takes a screenshot and saves it in the same folder as executable RLAPI bool IsFileExtension(const char *fileName, const char *ext);// Check file extension RLAPI bool IsFileDropped(void); // Check if a file have been dropped into window |
