xo-interpreter2 stack: work on variable references [WIP]

This commit is contained in:
Roland Conybeare 2026-02-05 10:44:11 -05:00
commit d8447d025e
2 changed files with 13 additions and 1 deletions

View file

@ -0,0 +1,12 @@
/** @file Boolean.hpp
*
* @author Roland Conybeare, Feb 2026
**/
#pragma once
#include "DBoolean.hpp"
#include "boolean/IGCObject_DBoolean.hpp"
#include "boolean/IPrintable_DBoolean.hpp"
/* end Boolean.hpp */