samp-re/rangelist_deserialize.h

9 lines
218 B
C
Raw Permalink Normal View History

2020-04-05 16:19:05 +02:00
/* 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);