create keypair on startup if one doesn't already exist

This commit is contained in:
Chris Danford
2004-02-15 05:45:18 +00:00
parent 0667124940
commit 5cc79c5f2b
7 changed files with 63 additions and 23 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#include "RageException.h"
#include <map>
FontManager* FONT = NULL;
FontManager* FONT = NULL; // global and accessable from anywhere in our program
// map from file name to a texture holder
typedef pair<CString,CString> FontName;