mirror of
https://github.com/Ed94/gencpp.git
synced 2024-12-23 08:14:45 -08:00
11 lines
117 B
C++
11 lines
117 B
C++
|
#pragma once
|
||
|
|
||
|
#include "gen.hpp"
|
||
|
|
||
|
GEN_NS_BEGIN
|
||
|
#include "dependencies/parsing.hpp"
|
||
|
GEN_NS_END
|
||
|
|
||
|
using namespace gen;
|
||
|
|