mirror of
https://github.com/zeldaret/tp
synced 2026-06-03 10:31:57 -04:00
ac06966414
* Fix debug build * Add more J3D_ASSERTs * Move J3DShapeMtx to correct header for assert * Add VSCode task for ninja changes_all
12 lines
407 B
C++
12 lines
407 B
C++
|
|
#include "JSystem/J3DGraphAnimator/J3DAnimation.h"
|
|
|
|
static void dummy() {
|
|
((J3DAnmTextureSRTKey*)0)->getUpdateMaterialID(0);
|
|
((J3DAnmTextureSRTKey*)0)->getUpdateMaterialNum();
|
|
((J3DAnmTevRegKey*)0)->getKRegUpdateMaterialID(0);
|
|
((J3DAnmTevRegKey*)0)->getKRegUpdateMaterialNum();
|
|
((J3DAnmTevRegKey*)0)->getCRegUpdateMaterialID(0);
|
|
((J3DAnmTevRegKey*)0)->getCRegUpdateMaterialNum();
|
|
}
|