Replace stdlib headers with import std
This commit is contained in:
parent
5a53457817
commit
d5d480d854
21 changed files with 31 additions and 39 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue