diff options
| author | lepelog <25211966+lepelog@users.noreply.github.com> | 2022-01-04 18:18:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-04 18:18:23 +0100 |
| commit | da3d98b67a9e54260a28fb8e49e9ce8dbbeb7449 (patch) | |
| tree | e1fd0c8c3fb452d0f3ad512702b181c52abe65ad /libs/JSystem/J2DGraph/J2DWindowEx.cpp | |
| parent | f4a3c80af341bcb1dac30a4dcd4dc5797f9adcea (diff) | |
J2DAnimation (#173)
* ok
* naming stuff
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DWindowEx.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DWindowEx.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/JSystem/J2DGraph/J2DWindowEx.cpp b/libs/JSystem/J2DGraph/J2DWindowEx.cpp index 48a58da648..62404cbcec 100644 --- a/libs/JSystem/J2DGraph/J2DWindowEx.cpp +++ b/libs/JSystem/J2DGraph/J2DWindowEx.cpp @@ -767,6 +767,7 @@ asm void J2DWindowEx::setAnimation(J2DAnmBase* param_0) { /* 8030363C-80303640 2FDF7C 0004+00 0/0 1/0 0/0 .text getColor__14J2DAnmVtxColorCFUcUsP8_GXColor */ -void J2DAnmVtxColor::getColor(u8 param_0, u16 param_1, _GXColor* param_2) const { +// void J2DAnmVtxColor::getColor(u8 param_0, u16 param_1, _GXColor* param_2) const { +extern "C" void getColor__14J2DAnmVtxColorCFUcUsP8_GXColor() { /* empty function */ } |
