diff options
| author | Kenix3 <kenixwhisperwind@gmail.com> | 2022-08-21 21:08:01 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-21 21:08:01 -0400 |
| commit | 51e4485966f82dc190f6a3ec925ffe17dbf21b27 (patch) | |
| tree | 5df5b46766fec094c2eecb3349d77676ead7482a /ZAPDTR | |
| parent | ad8179287e8b43ca1692051a6cbcc4e6eee2de5d (diff) | |
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>
Diffstat (limited to 'ZAPDTR')
| -rw-r--r-- | ZAPDTR/ZAPDUtils/Vec3f.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ZAPDTR/ZAPDUtils/Vec3f.h b/ZAPDTR/ZAPDUtils/Vec3f.h index d6e9c5568..844b1522c 100644 --- a/ZAPDTR/ZAPDUtils/Vec3f.h +++ b/ZAPDTR/ZAPDUtils/Vec3f.h @@ -1,7 +1,5 @@ #pragma once -#include <cstdint> - struct Vec3f { float x, y, z; |
