rm unneeded forward declaration

This commit is contained in:
robojumper
2024-05-17 01:00:05 +02:00
parent bd7a4be508
commit 70ee8e4195
-2
View File
@@ -38,8 +38,6 @@ public:
virtual void Destruct() const {}
};
class MyThread_c;
TUncompressInfo_Base_c *findUncompressInfo(u8 type);
void create(int priority, EGG::Heap *commandHeap, EGG::Heap *archiveHeap, EGG::Heap *threadHeap);