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
253 B
C++
12 lines
253 B
C++
/** @file VsmDefContFrame.hpp
|
|
*
|
|
* @author Roland Conybeare, Feb 2026
|
|
**/
|
|
|
|
#pragma once
|
|
|
|
#include "DVsmDefContFrame.hpp"
|
|
#include "define/IGCObject_DVsmDefContFrame.hpp"
|
|
#include "define/IPrintable_DVsmDefContFrame.hpp"
|
|
|
|
/* end VsmDefContFrame.hpp */
|