summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-05-02 10:51:14 +0200
committerAmlal <amlal@nekernel.org>2025-05-02 10:51:14 +0200
commit684397be2e799c9169bb4afc2480d727f20f56ff (patch)
tree05b5f142d40b9312a2b0b82d15e6ee1430155cd2
parent7495b8b6c27970d941d196eefa5b20a38c58dff6 (diff)
astdx: pushing early code for FIX implementation.
Signed-off-by: Amlal <amlal@nekernel.org>
-rw-r--r--lib/astdx/fix.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/astdx/fix.hpp b/lib/astdx/fix.hpp
index 821e447..150df9e 100644
--- a/lib/astdx/fix.hpp
+++ b/lib/astdx/fix.hpp
@@ -13,7 +13,9 @@
namespace astdx::fix
{
-
+ struct fix_reader;
+ struct fix_writer;
+ struct fix_visitor;
}
-#endif // ifndef _STDX_FIX_HPP \ No newline at end of file
+#endif // ifndef _STDX_FIX_HPP