mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Bring back char support in SortFunc2D callback
This commit is contained in:
parent
8c22a306cc
commit
0af17b5565
@ -127,6 +127,8 @@ typeset SortFunc2D
|
||||
{
|
||||
function int (any[] elem1, any[] elem2, const any[][] array);
|
||||
function int (any[] elem1, any[] elem2, const any[][] array, any data);
|
||||
function int (char[] elem1, char[] elem2, const char[][] array);
|
||||
function int (char[] elem1, char[] elem2, const char[][] array, any data);
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user