mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #6169 from GeneriedJenelle/patch-1
Ports Radial Menus
This commit is contained in:
@@ -758,3 +758,8 @@ proc/dd_sortedTextList(list/incoming)
|
||||
. |= i
|
||||
|
||||
#define listequal(A, B) (A.len == B.len && !length(A^B))
|
||||
|
||||
/proc/popleft(list/L)
|
||||
if(L.len)
|
||||
. = L[1]
|
||||
L.Cut(1,2)
|
||||
|
||||
Reference in New Issue
Block a user