diff options
| author | Ray <[email protected]> | 2021-06-11 12:27:46 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-06-11 12:27:46 +0200 |
| commit | de7b8ad55179a7c1937fbd0614ad6fcd4c4874b3 (patch) | |
| tree | 17d3676345267c571d05d472c510ba225b05fabb /src/config.h | |
| parent | 4dd56434022d3e850b592fb14a86af1a1199ebaa (diff) | |
| download | raylib-de7b8ad55179a7c1937fbd0614ad6fcd4c4874b3.tar.gz raylib-de7b8ad55179a7c1937fbd0614ad6fcd4c4874b3.zip | |
NEW CRAZY FEATURE: EVENTS AUTOMATION!
https://youtu.be/3dZenkpmRzM
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 6cec3446..7c4777af 100644 --- a/src/config.h +++ b/src/config.h @@ -55,6 +55,8 @@ #define SUPPORT_COMPRESSION_API 1 // Support saving binary data automatically to a generated storage.data file. This file is managed internally. #define SUPPORT_DATA_STORAGE 1 +// Support automatic generated events, loading and recording of those events when required +#define SUPPORT_EVENTS_AUTOMATION 1 // core: Configuration values //------------------------------------------------------------------------------------ |
