mirror of
https://github.com/Ed94/gencpp.git
synced 2025-02-24 06:08:37 -08:00
6 lines
109 B
C++
6 lines
109 B
C++
#ifdef GEN_INTELLISENSE_DIRECTIVES
|
|
#pragma once
|
|
#include "inlines.hpp"
|
|
#include "gen/ast_inlines.hpp"
|
|
#endif
|