thug/Code/Gfx/NGPS/NX/vu0code.h

18 lines
458 B
C
Raw Permalink Normal View History

2016-02-13 21:39:12 +00:00
#ifndef __VU0CODE_H
#define __VU0CODE_H
extern uint MPGStart0[8]; // Mick: The [8] is a patch to make the compiler not assume it is in ldata
extern uint MPGEnd0[8];
extern uint TestFunc;
extern uint InitialiseOccluders;
extern uint TestSphereAgainstOccluders;
extern uint RayTriangleCollision;
extern uint BatchRayTriangleCollision;
extern uint ViewCullTest;
extern uint OuterCullTest;
extern uint BothCullTests;
#endif //__VU0CODE_H