diff options
author | Hop311 <Hop3114@gmail.com> | 2024-04-21 08:58:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-21 08:58:44 +0200 |
commit | 00c03db2b10588081548b713a4272854a9051c1c (patch) | |
tree | 7f74c87115f5f066b81d47f060c75ce6ee6a76dc /extension/src/openvic-extension/singletons/AssetManager.hpp | |
parent | 21334b0040d3c2c1456e0c18e5c2a1605f22f934 (diff) | |
parent | 2d5454c668fc866023c41f07ceed263b2c1ff237 (diff) |
Merge pull request #217 from OpenVicProject/update-sim
Update SIM submodule
Diffstat (limited to 'extension/src/openvic-extension/singletons/AssetManager.hpp')
-rw-r--r-- | extension/src/openvic-extension/singletons/AssetManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extension/src/openvic-extension/singletons/AssetManager.hpp b/extension/src/openvic-extension/singletons/AssetManager.hpp index 0416e5b..c718d2a 100644 --- a/extension/src/openvic-extension/singletons/AssetManager.hpp +++ b/extension/src/openvic-extension/singletons/AssetManager.hpp @@ -5,7 +5,7 @@ #include <godot_cpp/classes/image_texture.hpp> #include <godot_cpp/core/class_db.hpp> -#include <openvic-simulation/interface/GFX.hpp> +#include <openvic-simulation/interface/GFXSprite.hpp> namespace OpenVic { class AssetManager : public godot::Object { |