mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 13:11:21 +00:00
Normalizes the include paths and makes them consistent. Also adds any missing includes relevant to the interface.
6 lines
131 B
C++
6 lines
131 B
C++
#include "Runtime/GuiSys/CGuiWidgetDrawParms.hpp"
|
|
|
|
namespace urde {
|
|
const CGuiWidgetDrawParms CGuiWidgetDrawParms::Default = {};
|
|
}
|