rename GEN_INTELLISENSE_DIRECTIVES -> INTELLISENSE_DIRECTIVES

This commit is contained in:
2025-02-04 18:33:07 -05:00
parent f3f8f2fff2
commit 3bce2e9b8a
56 changed files with 75 additions and 75 deletions

View File

@ -1,4 +1,4 @@
#ifdef GEN_INTELLISENSE_DIRECTIVES
#ifdef INTELLISENSE_DIRECTIVES
# pragma once
# include "debug.hpp"
#endif