diff options
author | flow <thiagodonato300@gmail.com> | 2022-04-19 21:10:12 -0300 |
---|---|---|
committer | flow <flowlnlnln@gmail.com> | 2022-05-23 14:43:07 -0300 |
commit | a99858c64d275303a9f91912a2732746ef6a3c8a (patch) | |
tree | 1ff9262c039b7d2addf7de4c3557c5c003556150 /launcher/modplatform/flame | |
parent | ba50765c306d2907e411bc0ed9a10d990cf42fd3 (diff) | |
download | PrismLauncher-a99858c64d275303a9f91912a2732746ef6a3c8a.tar.gz PrismLauncher-a99858c64d275303a9f91912a2732746ef6a3c8a.tar.bz2 PrismLauncher-a99858c64d275303a9f91912a2732746ef6a3c8a.zip |
refactor: move code out of ModIndex.h
Now it's in ModIndex.cpp
Diffstat (limited to 'launcher/modplatform/flame')
-rw-r--r-- | launcher/modplatform/flame/FlameAPI.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/modplatform/flame/FlameAPI.h b/launcher/modplatform/flame/FlameAPI.h index 8bb33d47..e31cf0a1 100644 --- a/launcher/modplatform/flame/FlameAPI.h +++ b/launcher/modplatform/flame/FlameAPI.h @@ -1,5 +1,6 @@ #pragma once +#include "modplatform/ModIndex.h" #include "modplatform/helpers/NetworkModAPI.h" class FlameAPI : public NetworkModAPI { |