summaryrefslogtreecommitdiff
path: root/src/landscape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/landscape.h')
-rw-r--r--src/landscape.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/landscape.h b/src/landscape.h
index 4eae6394e..26355e423 100644
--- a/src/landscape.h
+++ b/src/landscape.h
@@ -23,12 +23,12 @@ struct SnowLine {
byte lowest_value; ///< Lowest snow line of the year
};
-bool IsSnowLineSet(void);
+bool IsSnowLineSet();
void SetSnowLine(byte table[SNOW_LINE_MONTHS][SNOW_LINE_DAYS]);
-byte GetSnowLine(void);
-byte HighestSnowLine(void);
-byte LowestSnowLine(void);
-void ClearSnowLine(void);
+byte GetSnowLine();
+byte HighestSnowLine();
+byte LowestSnowLine();
+void ClearSnowLine();
uint GetPartialZ(int x, int y, Slope corners);
uint GetSlopeZ(int x, int y);