Rewrote CString

This commit is contained in:
David Anderson
2004-08-13 08:46:04 +00:00
parent 2a00a62bcb
commit 955fcb8549
32 changed files with 366 additions and 305 deletions

View File

@@ -40,7 +40,7 @@ class MenuMngr
{
struct MenuIdEle
{
String name;
CString name;
AMX* amx;
MenuIdEle* next;
int id;