(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -9,6 +9,6 @@ char *GetString(char *buffr, uint16 string, const char* last);
|
||||
extern char _userstring[128];
|
||||
|
||||
void InjectDParam(int amount);
|
||||
int32 GetParamInt32(void);
|
||||
int32 GetParamInt32();
|
||||
|
||||
#endif /* STRINGS_H */
|
||||
|
Reference in New Issue
Block a user