getting stuff working on windows again
authorhgn <hgodden00@gmail.com>
Fri, 26 May 2023 03:32:23 +0000 (04:32 +0100)
committerhgn <hgodden00@gmail.com>
Fri, 26 May 2023 03:32:23 +0000 (04:32 +0100)
commit13737a7a9faa5b31696c711f153b7de4201c404e
treefcc71413a8b14db4e8ed036517099c70ecb7aee5
parentbd0220bf8c44fc5d368e6edf4d0769bbcd5eba5d
getting stuff working on windows again
94 files changed:
.gitmodules
dep/sdl/include/SDL.h [new file with mode: 0644]
dep/sdl/include/SDL_assert.h [new file with mode: 0644]
dep/sdl/include/SDL_atomic.h [new file with mode: 0644]
dep/sdl/include/SDL_audio.h [new file with mode: 0644]
dep/sdl/include/SDL_bits.h [new file with mode: 0644]
dep/sdl/include/SDL_blendmode.h [new file with mode: 0644]
dep/sdl/include/SDL_clipboard.h [new file with mode: 0644]
dep/sdl/include/SDL_config.h [new file with mode: 0644]
dep/sdl/include/SDL_cpuinfo.h [new file with mode: 0644]
dep/sdl/include/SDL_egl.h [new file with mode: 0644]
dep/sdl/include/SDL_endian.h [new file with mode: 0644]
dep/sdl/include/SDL_error.h [new file with mode: 0644]
dep/sdl/include/SDL_events.h [new file with mode: 0644]
dep/sdl/include/SDL_filesystem.h [new file with mode: 0644]
dep/sdl/include/SDL_gamecontroller.h [new file with mode: 0644]
dep/sdl/include/SDL_gesture.h [new file with mode: 0644]
dep/sdl/include/SDL_guid.h [new file with mode: 0644]
dep/sdl/include/SDL_haptic.h [new file with mode: 0644]
dep/sdl/include/SDL_hidapi.h [new file with mode: 0644]
dep/sdl/include/SDL_hints.h [new file with mode: 0644]
dep/sdl/include/SDL_joystick.h [new file with mode: 0644]
dep/sdl/include/SDL_keyboard.h [new file with mode: 0644]
dep/sdl/include/SDL_keycode.h [new file with mode: 0644]
dep/sdl/include/SDL_loadso.h [new file with mode: 0644]
dep/sdl/include/SDL_locale.h [new file with mode: 0644]
dep/sdl/include/SDL_log.h [new file with mode: 0644]
dep/sdl/include/SDL_main.h [new file with mode: 0644]
dep/sdl/include/SDL_messagebox.h [new file with mode: 0644]
dep/sdl/include/SDL_metal.h [new file with mode: 0644]
dep/sdl/include/SDL_misc.h [new file with mode: 0644]
dep/sdl/include/SDL_mouse.h [new file with mode: 0644]
dep/sdl/include/SDL_mutex.h [new file with mode: 0644]
dep/sdl/include/SDL_name.h [new file with mode: 0644]
dep/sdl/include/SDL_opengl.h [new file with mode: 0644]
dep/sdl/include/SDL_opengl_glext.h [new file with mode: 0644]
dep/sdl/include/SDL_opengles.h [new file with mode: 0644]
dep/sdl/include/SDL_opengles2.h [new file with mode: 0644]
dep/sdl/include/SDL_opengles2_gl2.h [new file with mode: 0644]
dep/sdl/include/SDL_opengles2_gl2ext.h [new file with mode: 0644]
dep/sdl/include/SDL_opengles2_gl2platform.h [new file with mode: 0644]
dep/sdl/include/SDL_opengles2_khrplatform.h [new file with mode: 0644]
dep/sdl/include/SDL_pixels.h [new file with mode: 0644]
dep/sdl/include/SDL_platform.h [new file with mode: 0644]
dep/sdl/include/SDL_power.h [new file with mode: 0644]
dep/sdl/include/SDL_quit.h [new file with mode: 0644]
dep/sdl/include/SDL_rect.h [new file with mode: 0644]
dep/sdl/include/SDL_render.h [new file with mode: 0644]
dep/sdl/include/SDL_revision.h [new file with mode: 0644]
dep/sdl/include/SDL_rwops.h [new file with mode: 0644]
dep/sdl/include/SDL_scancode.h [new file with mode: 0644]
dep/sdl/include/SDL_sensor.h [new file with mode: 0644]
dep/sdl/include/SDL_shape.h [new file with mode: 0644]
dep/sdl/include/SDL_stdinc.h [new file with mode: 0644]
dep/sdl/include/SDL_surface.h [new file with mode: 0644]
dep/sdl/include/SDL_system.h [new file with mode: 0644]
dep/sdl/include/SDL_syswm.h [new file with mode: 0644]
dep/sdl/include/SDL_test.h [new file with mode: 0644]
dep/sdl/include/SDL_test_assert.h [new file with mode: 0644]
dep/sdl/include/SDL_test_common.h [new file with mode: 0644]
dep/sdl/include/SDL_test_compare.h [new file with mode: 0644]
dep/sdl/include/SDL_test_crc32.h [new file with mode: 0644]
dep/sdl/include/SDL_test_font.h [new file with mode: 0644]
dep/sdl/include/SDL_test_fuzzer.h [new file with mode: 0644]
dep/sdl/include/SDL_test_harness.h [new file with mode: 0644]
dep/sdl/include/SDL_test_images.h [new file with mode: 0644]
dep/sdl/include/SDL_test_log.h [new file with mode: 0644]
dep/sdl/include/SDL_test_md5.h [new file with mode: 0644]
dep/sdl/include/SDL_test_memory.h [new file with mode: 0644]
dep/sdl/include/SDL_test_random.h [new file with mode: 0644]
dep/sdl/include/SDL_thread.h [new file with mode: 0644]
dep/sdl/include/SDL_timer.h [new file with mode: 0644]
dep/sdl/include/SDL_touch.h [new file with mode: 0644]
dep/sdl/include/SDL_types.h [new file with mode: 0644]
dep/sdl/include/SDL_version.h [new file with mode: 0644]
dep/sdl/include/SDL_video.h [new file with mode: 0644]
dep/sdl/include/SDL_vulkan.h [new file with mode: 0644]
dep/sdl/include/begin_code.h [new file with mode: 0644]
dep/sdl/include/close_code.h [new file with mode: 0644]
dep/sdl/libSDL2.a
dep/sdl/libSDL2.dll.a
dep/sdl/libSDL2main.a
submodules/SDL [deleted submodule]
submodules/SDL_GameControllerDB
submodules/anyascii
submodules/qoi
submodules/stb
vg.h
vg_audio.h
vg_build.h
vg_imgui.h
vg_io.h
vg_log.h
vg_platform.h