Move DarkenColor() to a proper source file.

This commit is contained in:
Bartosz Taudul
2022-07-24 01:29:06 +02:00
parent 27a98a3cc2
commit 755df94f45
3 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +1,6 @@
#include <inttypes.h>
#include "TracyColor.hpp"
#include "TracyFilesystem.hpp"
#include "TracyImGui.hpp"
#include "TracyMouse.hpp"