integer math

This commit is contained in:
Jorijn van der Graaf 2025-11-23 04:04:53 +01:00
commit 5ff43e240c
27 changed files with 922 additions and 1011 deletions

View file

@ -3,6 +3,6 @@ import std;
using namespace Crafter;
int main() {
Window<true, true, false, false> window(1280, 720, "HelloWindow");
WindowWayland window(1280, 720, "Hello Window!");
window.StartSync();
}