implemented amb27 (SQL_Rewind)
fixed builds
This commit is contained in:
@ -43,6 +43,7 @@ namespace SourceMod
|
||||
bool IsDone();
|
||||
IResultRow *GetRow();
|
||||
void NextRow();
|
||||
void Rewind();
|
||||
private:
|
||||
MYSQL_RES *m_pRes;
|
||||
MysqlResultRow m_kRow;
|
||||
|
Reference in New Issue
Block a user