diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 00:20:22 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 00:20:22 +1000 |
commit | 152af876550ec63bac9d7aa27b1994268c80f878 (patch) | |
tree | ec1ca9b7f013252505ad719990900a64cc3afc35 /source/core/CMakeLists.txt | |
parent | 2496789ea7632556486560f80590d5ba7f8da0f5 (diff) |
Fix broken regex, make game timestep non-const
Diffstat (limited to 'source/core/CMakeLists.txt')
-rw-r--r-- | source/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt index 5e4f090..cf64c3a 100644 --- a/source/core/CMakeLists.txt +++ b/source/core/CMakeLists.txt @@ -83,6 +83,7 @@ SET (star_core_HEADERS StarOptionParser.hpp StarOrderedMap.hpp StarOrderedSet.hpp + StarOutputProxy.hpp StarParametricFunction.hpp StarPch.hpp StarPeriodic.hpp |