Reimplementing DearImGui
This commit is contained in:
@@ -13,6 +13,8 @@ SDL_Window_Type :: struct {
|
||||
|
||||
// SDL
|
||||
#import "SDL";
|
||||
#load "../imgui/imgui_sdl.jai";
|
||||
|
||||
create_window :: (title: string, width: u32, height: u32, fullscreen: bool) -> *Window {
|
||||
SDL_Init(SDL_INIT_VIDEO | SDL_INIT_GAMECONTROLLER);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user