summaryrefslogtreecommitdiff
path: root/include/pso/forward.h
diff options
context:
space:
mode:
authormrb0nk500 <b0nk@b0nk.xyz>2023-01-29 17:06:03 -0400
committermrb0nk500 <b0nk@b0nk.xyz>2023-01-29 17:07:11 -0400
commitd1e0bad928f0d9f9b29cd75fc0101881331ad4f4 (patch)
tree887ff8de285b115584c8356d1af6d62390472639 /include/pso/forward.h
parenteed7594cc942129127559f4bf976570f730b8b86 (diff)
pso: add `forward.h`
Diffstat (limited to 'include/pso/forward.h')
-rw-r--r--include/pso/forward.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/pso/forward.h b/include/pso/forward.h
new file mode 100644
index 0000000..bb9de90
--- /dev/null
+++ b/include/pso/forward.h
@@ -0,0 +1,6 @@
+#ifndef FORWARD_H
+#define FORWARD_H
+
+class TObject;
+
+#endif