(svn r9050) -Codechange: Foo(void) -> Foo()
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#ifndef ECONOMY_H
|
||||
#define ECONOMY_H
|
||||
|
||||
void ResetPriceBaseMultipliers(void);
|
||||
void ResetPriceBaseMultipliers();
|
||||
void SetPriceBaseMultiplier(uint price, byte factor);
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user