VideoCommon: move custom texture data to assets

This commit is contained in:
iwubcode
2023-06-02 14:07:42 -05:00
parent 45a21ef83f
commit e028d2ead0
7 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#include <algorithm>
#include "Common/Logging/Log.h"
#include "VideoCommon/GraphicsModSystem/Runtime/CustomTextureData.h"
#include "VideoCommon/Assets/CustomTextureData.h"
namespace VideoCommon
{