forked from mirror/OpenTTD
(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#ifndef GFXINIT_H
|
||||
#define GFXINIT_H
|
||||
|
||||
void CheckExternalFiles(void);
|
||||
void GfxLoadSprites(void);
|
||||
void CheckExternalFiles();
|
||||
void GfxLoadSprites();
|
||||
|
||||
#endif /* GFXINIT_H */
|
||||
|
Reference in New Issue
Block a user