merging 1.7.8 changed files.

This commit is contained in:
Jim Saxton
2020-03-08 12:40:42 -07:00
parent 224fab2ea1
commit 982715e4e8
18 changed files with 672 additions and 156 deletions

View File

@@ -17,6 +17,7 @@ public:
const int CountItems();
const void* ItemAt(int i);
void PrintOut();
private:
int ViewNum(const char* id);
BList* idList;