samp-re/rangelist_deserialize.h
2020-04-05 16:23:30 +02:00

9 lines
218 B
C

/* vim: set filetype=c ts=8 noexpandtab: */
int __stdcall RangeList__Deserialize(
struct CRangeList *this,
struct CBitStream *bitStream);
int __stdcall RangeList__Deserialize_hooked(struct CBitStream *bitStream);