From 645a41c63a0ea8b0973eebd1d786856c1d0657ac Mon Sep 17 00:00:00 2001 From: camila314 <47485054+camila314@users.noreply.github.com> Date: Sat, 11 Nov 2023 10:03:31 -0600 Subject: [PATCH] forogt to commit the enum --- .gitignore | 3 +++ loader/include/Geode/Enums.hpp | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e8badae0..18e52909 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,6 @@ test-docs.bat # Ignore krita files too because we don't want our project files shaking my head **/*.kra + +# Ignore clangd cache +.cache diff --git a/loader/include/Geode/Enums.hpp b/loader/include/Geode/Enums.hpp index c7fd1006..a5a67972 100644 --- a/loader/include/Geode/Enums.hpp +++ b/loader/include/Geode/Enums.hpp @@ -54,6 +54,7 @@ enum class GameObjectType { MiniSizePortal = 18, UfoPortal = 19, Modifier = 20, + Breakable = 21, SecretCoin = 22, DualPortal = 23, SoloPortal = 24,