mirror of
https://github.com/Ed94/gencpp.git
synced 2025-11-08 01:36:11 -08:00
Changed how editor intellisense directives are handled for compoenents and dependencies
Didn't like the way I was processing them in scan_file.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#if GEN_INTELLISENSE_DIRECTIVES
|
||||
#pragma once
|
||||
#include "static_data.cpp"
|
||||
#endif
|
||||
|
||||
Code Code::Global;
|
||||
Code Code::Invalid;
|
||||
|
||||
Reference in New Issue
Block a user