Skip to content

Commit e13ff93

Browse files
committed
Oops again.
1 parent 8ca85c1 commit e13ff93

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

SuperSquareBros.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -890,6 +890,10 @@ void reset_save() {
890890
}
891891
}
892892

893+
struct LevelData {
894+
uint16_t levelWidth, levelHeight;
895+
} levelData;
896+
893897
//struct PositionF {
894898
// float x, y;
895899
//};

0 commit comments

Comments
 (0)