- Chinese patch by linshier
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-07-31 14:41:04 +00:00
parent 1704a20d09
commit f40af0b1cb
65 changed files with 21364 additions and 175 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
#include <vector>
#include <string>
#include <JGE.h>
#include <JLBFont.h>
#include "../include/WFont.h"
#include <time.h>
#include "../include/Player.h"
@@ -19,7 +19,7 @@ public:
int value;
string text;
CreditBonus(int _value, string _text);
void Render(float x, float y, JLBFont * font);
void Render(float x, float y, WFont * font);
};
class Credits{