diff options
| author | gingerBill <bill@gingerbill.org> | 2021-10-26 12:50:48 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2021-10-26 12:50:48 +0100 |
| commit | ce8ddd0c3f7e7c6387297420f1b05ab3674a5631 (patch) | |
| tree | 3731c9067c108aa85438854ab2dc5ad89ce47eff /examples | |
| parent | 98490454b6baf6b0c024bfa2871d5db467bee0e7 (diff) | |
Add vendor:ENet to all_vendor.odin
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/all/all_vendor.odin | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/all/all_vendor.odin b/examples/all/all_vendor.odin index 1ca04380f..777c184f9 100644 --- a/examples/all/all_vendor.odin +++ b/examples/all/all_vendor.odin @@ -11,6 +11,7 @@ import SDLNet "vendor:sdl2/net" import MIX "vendor:sdl2/mixer" import TTF "vendor:sdl2/ttf" import vk "vendor:vulkan" +import ENet "vendor:ENet" _ :: glfw _ :: gl @@ -21,4 +22,5 @@ _ :: IMG _ :: SDLNet _ :: MIX _ :: TTF -_ :: vk
\ No newline at end of file +_ :: vk +_ :: ENet
\ No newline at end of file |