Recast: remove comments that is no longer applicable

PCH was already split.
This commit is contained in:
Kawe Mazidjatari 2024-10-04 12:51:53 +02:00
parent cf7031866f
commit 277a2bf48b

View File

@ -51,8 +51,6 @@
# include <cstring> # include <cstring>
#endif #endif
// todo(amos): we need to make a new PCH dedicated for the recast editor and
// move the SDL2 and ImGui includes there!
#include "thirdparty/imgui/imgui.h" #include "thirdparty/imgui/imgui.h"
#include "thirdparty/imgui/imgui_internal.h" #include "thirdparty/imgui/imgui_internal.h"
#include "thirdparty/imgui/misc/imgui_style.h" #include "thirdparty/imgui/misc/imgui_style.h"