]> git.lizzy.rs Git - nothing.git/blobdiff - src/config.h
Migrate UndoHistory's backend to RingBuffah
[nothing.git] / src / config.h
index b062ebca04cc38bb20bfd2ebab04dae1d27d3931..1431bb0b8ebc8a7cf61585835e7e928cb703c0d3 100644 (file)
@@ -31,4 +31,6 @@
 // #define RENDERER_CONFIG SDL_RENDERER_SOFTWARE
 #define RENDERER_CONFIG (SDL_RENDERER_ACCELERATED | SDL_RENDERER_PRESENTVSYNC)
 
+#define UNDO_HISTORY_CAPACITY 256
+
 #endif  // CONFIG_H_