Skip to content

Commit 9af0b37

Browse files
committed
Remove old comment
1 parent 243ab6a commit 9af0b37

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/raylib/src/main.zig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ const builtin = @import("builtin");
33
const android = @import("android");
44
const rl = @import("raylib");
55

6-
//Other than exporting this function and changing the calling convention, you
7-
//can write your code fairly normally.
8-
//
9-
//The main function is not allowed to return zig errors, so you will have to
10-
//use "catch @panic()" or create other error handling functionality.
116
pub fn main() void {
127
const screenWidth = 800;
138
const screenHeight = 450;

0 commit comments

Comments
 (0)