mirror of
https://github.com/Ed94/gencpp.git
synced 2025-01-05 06:23:33 -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;
|
||
|
|