(svn r1816) Use char instead of byte for string formatting

This commit is contained in:
tron
2005-02-06 09:52:06 +00:00
parent 1d5c516780
commit 6493e12bfb
2 changed files with 33 additions and 33 deletions

View File

@@ -1,7 +1,7 @@
#ifndef STRINGS_H
#define STRINGS_H
byte *GetString(byte *buffr, uint16 string);
char *GetString(char *buffr, uint16 string);
void InjectDParam(int amount);