integer math
This commit is contained in:
parent
4428cfe12c
commit
5ff43e240c
27 changed files with 922 additions and 1011 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue