summaryrefslogtreecommitdiff
path: root/include/pso/forward.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-01-29 17:08:15 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-01-29 17:09:13 -0400
commit0a9de9d69124f425a22c225a7b9a5c85d7fb4d4b (patch)
tree9043b56936fdc61f8dcc7d1a0922f3898518af5c /include/pso/forward.h
parentd1e0bad928f0d9f9b29cd75fc0101881331ad4f4 (diff)
pso: Add `TMainTask`
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 bb9de90..ae055af 100644
--- a/include/pso/forward.h
+++ b/include/pso/forward.h
@@ -2,5 +2,6 @@
#define FORWARD_H
class TObject;
+class TMainTask;
#endif