mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-21 23:21:08 +00:00
Merge pull request #5953 from Igonato/docs
Adjust docs links for satellite SDL libraries
This commit is contained in:
2
vendor/sdl2/image/sdl_image.odin
vendored
2
vendor/sdl2/image/sdl_image.odin
vendored
@@ -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"
|
||||
|
||||
2
vendor/sdl2/mixer/sdl_mixer.odin
vendored
2
vendor/sdl2/mixer/sdl_mixer.odin
vendored
@@ -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"
|
||||
|
||||
2
vendor/sdl2/net/sdl_net.odin
vendored
2
vendor/sdl2/net/sdl_net.odin
vendored
@@ -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"
|
||||
|
||||
2
vendor/sdl2/ttf/sdl_ttf.odin
vendored
2
vendor/sdl2/ttf/sdl_ttf.odin
vendored
@@ -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"
|
||||
|
||||
2
vendor/sdl3/image/sdl_image.odin
vendored
2
vendor/sdl3/image/sdl_image.odin
vendored
@@ -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"
|
||||
|
||||
2
vendor/sdl3/ttf/sdl3_ttf.odin
vendored
2
vendor/sdl3/ttf/sdl3_ttf.odin
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user