diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-01-29 17:06:03 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-01-29 17:07:11 -0400 |
commit | d1e0bad928f0d9f9b29cd75fc0101881331ad4f4 (patch) | |
tree | 887ff8de285b115584c8356d1af6d62390472639 /include/pso | |
parent | eed7594cc942129127559f4bf976570f730b8b86 (diff) |
pso: add `forward.h`
Diffstat (limited to 'include/pso')
-rw-r--r-- | include/pso/forward.h | 6 |
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 |