LUS Cleanup: Merge Window and GlobalCtx2 classes. (#1259)

* Merges GlobalCtx2 and Window classes.

* Includes condition variable in File.

* add mac specific include

* sstream to get past "implicit instantiation of undefined template" error

* switch/wiiu includes

* that file doesn't exist

* more wii u globalctx2 stuff

Co-authored-by: briaguya <briaguya@alice>
This commit is contained in:
Kenix3 2022-08-21 21:08:01 -04:00 committed by GitHub
commit 51e4485966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 349 additions and 419 deletions

View file

@ -1,7 +1,5 @@
#pragma once
#include <cstdint>
struct Vec3f
{
float x, y, z;