Doc improvement.

This commit is contained in:
David Anderson 2011-06-25 15:31:11 -07:00
parent 3e387f35e9
commit 177cc87985

View File

@ -57,7 +57,7 @@ enum SDKCallType
SDKCall_Player, /**< CBasePlayer call */ SDKCall_Player, /**< CBasePlayer call */
SDKCall_GameRules, /**< CGameRules call */ SDKCall_GameRules, /**< CGameRules call */
SDKCall_EntityList, /**< CGlobalEntityList call */ SDKCall_EntityList, /**< CGlobalEntityList call */
SDKCall_Raw, /**< Raw Address call */ SDKCall_Raw, /**< |this| pointer with an arbitrary address */
}; };
enum SDKLibrary enum SDKLibrary