- removed the need of ep?attr.dat

- CLatch.cpp and CLatch.h have been removed, because they were replaced by better classes before. They are not used anymore and old


git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@184 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
gerstrong
2009-07-26 16:23:43 +00:00
parent 157711d547
commit 3ea2d41304
7 changed files with 55 additions and 639 deletions

View File

@@ -887,12 +887,12 @@ int NumStringsFreed;
return NumStringsFreed;
}
static void dumpstrings() {
/*static void dumpstrings() {
notes << "Available strings: ";
for(int i=0;i<numStrings;i++)
notes << strings[i].name << ", ";
notes << endl;
}
}*/
// returns a pointer to the string with name 'name'
std::string getstring(const std::string& name)