mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 02:31:21 +00:00
6 lines
110 B
C++
6 lines
110 B
C++
#include "CGuiWidgetDrawParms.hpp"
|
|
|
|
namespace urde {
|
|
CGuiWidgetDrawParms CGuiWidgetDrawParms::Default = {};
|
|
}
|