SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
AreaFormDrawer.cpp
1#include "Game/Util/Color.hpp"
2
3/* there used to be class here used for debug drawing...but it got stripped away and only left the static data */
4static Color8 sAreaCol = Color8((u8)0x80, (u8)0, (u8)0, (u8)0x80);
5static Color8 sLineCol = Color8((u8)0xFF, (u8)0xFF, (u8)0xFF, (u8)0xFF);