Replace stdlib headers with import std

This commit is contained in:
Lexi / Zoe 2026-05-16 01:58:45 +02:00
parent 5a53457817
commit d5d480d854
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
21 changed files with 31 additions and 39 deletions

View file

@ -1,10 +1,10 @@
module;
#include <type_traits>
#include <SDL3/SDL_init.h>
export module wrappers.sdl.init;
import std;
import wrappers.sdl.error;
export namespace sdl