Skip to content

Instantly share code, notes, and snippets.

View JoshuaManton's full-sized avatar

Joshua Mark Manton JoshuaManton

View GitHub Profile
@thebirk
thebirk / main.odin
Created April 26, 2020 02:12
minny thing
package emulator
import "core:os"
import "core:fmt"
import "core:time"
import "core:math/rand"
when ODIN_OS == "windows" do foreign import libc "system:libcmt.lib";
when ODIN_OS == "linux" do foreign import libc "system:c";
foreign libc {