Files
source/Laptop/AimSort.h
T

26 lines
331 B
C

#ifndef __AIMSORT_H_
#define __AIMSORT_H_
extern UINT8 gubCurrentSortMode;
extern UINT8 gubCurrentListMode;
#define AIM_ASCEND 6
#define AIM_DESCEND 7
void GameInitAimSort();
BOOLEAN EnterAimSort();
void ExitAimSort();
void HandleAimSort();
void RenderAimSort();
#endif