mach/platform: check for App functions in all platforms
This commit is contained in:
parent
21c49ff9be
commit
ff126c0054
3 changed files with 13 additions and 4 deletions
|
|
@ -110,6 +110,11 @@ pub const BackingTimer = struct {
|
|||
}
|
||||
};
|
||||
|
||||
const common = @import("common.zig");
|
||||
comptime {
|
||||
common.checkApplication(App);
|
||||
}
|
||||
|
||||
var app: App = undefined;
|
||||
var engine: Engine = undefined;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue