Skip to content

Commit d6334f5

Browse files
committed
Add receive method stub to Screen
1 parent ce13d41 commit d6334f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Screen.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ function Screen.new()
6060

6161
self.init = null
6262
self.close = null
63+
self.receive = null
6364
self.directorydropped = null
6465
self.draw = null
6566
self.filedropped = null

0 commit comments

Comments
 (0)