HuntnGather

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 32  →  ?path2? @ 33
/trunk/HuntnGather/Gather/StringStack.h
@@ -2,9 +2,10 @@
// Copyright (C) 2021 Wizardry and Steamworks - License: MIT //
///////////////////////////////////////////////////////////////////////////
 
/* The stringStack structure with top being the index of the next element
* to be inserted in stack (the top-most element to be found at top - 1).
*/
/*
* The stringStack structure with top being the index of the next element
* to be inserted in stack (the top-most element to be found at top - 1).
*/
typedef struct {
int size;
char **store;