mirror of https://github.com/PrimeDecomp/prime.git
Fix naming of CSaveableState
This commit is contained in:
parent
f3e0324674
commit
8cd4e80bb0
|
@ -546,7 +546,7 @@ LIBS = [
|
||||||
"Kyoto/Text/CPushStateInstruction",
|
"Kyoto/Text/CPushStateInstruction",
|
||||||
"Kyoto/Text/CRasterFont",
|
"Kyoto/Text/CRasterFont",
|
||||||
"Kyoto/Text/CRemoveColorOverrideInstruction",
|
"Kyoto/Text/CRemoveColorOverrideInstruction",
|
||||||
["Kyoto/Text/CSavableState", True],
|
["Kyoto/Text/CSaveableState", True],
|
||||||
"Kyoto/Text/CTextExecuteBuffer",
|
"Kyoto/Text/CTextExecuteBuffer",
|
||||||
"Kyoto/Text/CTextInstruction",
|
"Kyoto/Text/CTextInstruction",
|
||||||
["Kyoto/Text/CTextParser", False],
|
["Kyoto/Text/CTextParser", False],
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#ifndef _CSAVABLESTATE
|
#ifndef _CSAVEABLESTATE
|
||||||
#define _CSAVABLESTATE
|
#define _CSAVEABLESTATE
|
||||||
|
|
||||||
#include "Kyoto/Text/CDrawStringOptions.hpp"
|
#include "Kyoto/Text/CDrawStringOptions.hpp"
|
||||||
#include "Kyoto/Text/CRasterFont.hpp"
|
#include "Kyoto/Text/CRasterFont.hpp"
|
||||||
|
@ -25,4 +25,4 @@ private:
|
||||||
EVerticalJustification x84_vjust;
|
EVerticalJustification x84_vjust;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // _CSAVABLESTATE
|
#endif // _CSAVEABLESTATE
|
|
@ -1,4 +1,4 @@
|
||||||
#include "Kyoto/Text/CSavableState.hpp"
|
#include "Kyoto/Text/CSaveableState.hpp"
|
||||||
|
|
||||||
CSaveableState::CSaveableState()
|
CSaveableState::CSaveableState()
|
||||||
: x54_colors(3, CTextColor(0, 0, 0, 255))
|
: x54_colors(3, CTextColor(0, 0, 0, 255))
|
Loading…
Reference in New Issue