summaryrefslogtreecommitdiff
path: root/include/pso/forward.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-02-04 19:17:50 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-02-04 19:17:50 -0400
commitcf8538d2a5cfb3a697015c1bcdea38f645fed2f5 (patch)
tree7df167cccdf220dd6ce567b762b2f636a08b71a9 /include/pso/forward.h
parent07552dea8ca77f2b8225a3eda02da71f629084d2 (diff)
THeap: Add `THeap` class
Some matching issues, but still a good start.
Diffstat (limited to 'include/pso/forward.h')
-rw-r--r--include/pso/forward.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pso/forward.h b/include/pso/forward.h
index ae055af..6c97f81 100644
--- a/include/pso/forward.h
+++ b/include/pso/forward.h
@@ -1,6 +1,7 @@
#ifndef FORWARD_H
#define FORWARD_H
+class THeap;
class TObject;
class TMainTask;