Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vendor/sdl2/image/sdl_image.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bindings for [[ SDL2 Image; https://wiki.libsdl.org/SDL2/FrontPage ]].
// Bindings for [[ SDL2 Image; https://wiki.libsdl.org/SDL2_image/FrontPage ]].
package sdl2_image

import "core:c"
Expand Down
2 changes: 1 addition & 1 deletion vendor/sdl2/mixer/sdl_mixer.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bindings for [[ SDL2 Mixer ; https://wiki.libsdl.org/SDL2/FrontPage ]].
// Bindings for [[ SDL2 Mixer ; https://wiki.libsdl.org/SDL2_mixer/FrontPage ]].
package sdl2_mixer

import "core:c"
Expand Down
2 changes: 1 addition & 1 deletion vendor/sdl2/net/sdl_net.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bindings for [[ SDL2 Net ; https://wiki.libsdl.org/SDL2/FrontPage ]].
// Bindings for [[ SDL2 Net ; https://wiki.libsdl.org/SDL2_net/FrontPage ]].
package sdl2_net

import "core:c"
Expand Down
2 changes: 1 addition & 1 deletion vendor/sdl2/ttf/sdl_ttf.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bindings for [[ SDL2 TTF ; https://wiki.libsdl.org/SDL2/FrontPage ]].
// Bindings for [[ SDL2 TTF ; https://wiki.libsdl.org/SDL2_ttf/FrontPage ]].
package sdl2_ttf

import "core:c"
Expand Down
2 changes: 1 addition & 1 deletion vendor/sdl3/image/sdl_image.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bindings for [[ SDL3 Image ; https://wiki.libsdl.org/SDL3/FrontPage ]].
// Bindings for [[ SDL3 Image ; https://wiki.libsdl.org/SDL3_image/FrontPage ]].
package sdl3_image

import "core:c"
Expand Down
2 changes: 1 addition & 1 deletion vendor/sdl3/ttf/sdl3_ttf.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Bindings for [[ SDL3 TTF ; https://wiki.libsdl.org/SDL3/FrontPage ]].
// Bindings for [[ SDL3 TTF ; https://wiki.libsdl.org/SDL3_ttf/FrontPage ]].
package sdl3_ttf

import "core:c"
Expand Down
Loading