We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243ab6a commit 9af0b37Copy full SHA for 9af0b37
examples/raylib/src/main.zig
@@ -3,11 +3,6 @@ const builtin = @import("builtin");
3
const android = @import("android");
4
const rl = @import("raylib");
5
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.
11
pub fn main() void {
12
const screenWidth = 800;
13
const screenHeight = 450;
0 commit comments