scaffold .hpp files
This commit is contained in:
parent
782456991a
commit
5d1b5e2ebb
2 changed files with 47 additions and 0 deletions
19
include/xo/interpreter/VirtualSchematikaMachine.hpp
Normal file
19
include/xo/interpreter/VirtualSchematikaMachine.hpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/** @file VirtualSchematikaMachine.hpp **/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "VmInstr.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
/** @class VirtualSchematikaMachine
|
||||
* @brief Virtual machine implementing a Schematika interpreter
|
||||
**/
|
||||
class VirtualSchematikaMachine {
|
||||
public:
|
||||
private:
|
||||
};
|
||||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
/* end VirtualSchematikaMachine.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue