Create CI files

This commit is contained in:
Mikkel Hjortshoej
2019-02-06 15:53:40 +01:00
committed by Mikkel Hjortshøj
parent bc5c37ebb1
commit 0185b43c2f
6 changed files with 72 additions and 14 deletions
+1 -13
View File
@@ -1,24 +1,12 @@
package main
import "core:fmt"
import "core:strconv"
import "core:mem"
import "core:bits"
import "core:hash"
import "core:math"
import "core:math/rand"
import "core:os"
import "core:sort"
import "core:strings"
import "core:types"
import "core:unicode/utf16"
import "core:unicode/utf8"
import "core:c"
import "core:runtime"
when os.OS == "windows" {
import "core:runtime"
import "core:thread"
import "core:sys/win32"
}
@(link_name="general_stuff")