add getMod forward decl

This commit is contained in:
matcool 2024-06-02 21:13:05 -03:00
parent ab08a1f64e
commit 713267a590

View file

@ -4,6 +4,7 @@
namespace geode {
class Mod;
Mod* getMod();
}
namespace geode::utils {