subrepo: subdir: "xo-reader2" merged: "70943b8e" upstream: origin: "git@github.com:Rconybea/xo-reader2.git" branch: "main" commit: "70943b8e" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
12 lines
241 B
C++
12 lines
241 B
C++
/** @file IfElseSsm.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "ifelse/DIfElseSsm.hpp"
|
|
#include "ifelse/ISyntaxStateMachine_DIfElseSsm.hpp"
|
|
#include "ifelse/IPrintable_DIfElseSsm.hpp"
|
|
|
|
/* end IfElseSsm.hpp */
|