subrepo: subdir: "xo-interpreter2" merged: "e4c6ff57" upstream: origin: "git@github.com:Rconybea/xo-interpreter2.git" branch: "main" commit: "e4c6ff57" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
12 lines
216 B
C++
12 lines
216 B
C++
/** @file LocalEnv.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DLocalEnv.hpp"
|
|
#include "env/IGCObject_DLocalEnv.hpp"
|
|
#include "detail/IPrintable_DLocalEnv.hpp"
|
|
|
|
/* end LocalEnv.hpp */
|