Skip to content

Commit 3374691

Browse files
committed
zSurface: Declare zSurfaceOutOfBounds from DWARF
1 parent 7b85ab9 commit 3374691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SB/Game/zSurface.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ void zSurfaceSetup(xSurface* s);
137137
void zSurfaceUpdate(xBase* to, xScene*, F32 dt);
138138
void zSurfaceGetName(S32 type, char* buffer);
139139
xSurface& zSurfaceGetDefault();
140+
U8 zSurfaceOutOfBounds(const xSurface& s);
140141
F32 zSurfaceGetOutOfBoundsDelay(const xSurface& surface);
141142

142143
#endif

0 commit comments

Comments
 (0)