Example #1
0
const RageMatrix* RageDisplay::GetViewTop()
{
	return g_ViewStack.GetTop();
}
Example #2
0
const RageMatrix* RageDisplay::GetProjectionTop()
{
	return g_ProjectionStack.GetTop();
}