Fixing intellisense

This commit is contained in:
2025-02-19 11:08:24 -05:00
parent 3b81eea688
commit 6d531fdf97
13 changed files with 17 additions and 18 deletions

View File

@@ -1,5 +1,7 @@
#ifdef INTELLISENSE_DIRECTIVES
# pragma once
# include "basic_types.hpp"
# include "memory.hpp"
# include "hashing.hpp"
#endif