mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 05:53:27 +00:00
This isn't ever modified, so it can be made const to prevent unintentional modification (and allow it to be placed within the RO segment).
6 lines
116 B
C++
6 lines
116 B
C++
#include "CGuiWidgetDrawParms.hpp"
|
|
|
|
namespace urde {
|
|
const CGuiWidgetDrawParms CGuiWidgetDrawParms::Default = {};
|
|
}
|