enum_to_string

This commit is contained in:
Ginger Bill
2016-09-19 21:33:52 +01:00
parent bbc9739f5c
commit 9561dc33ce
17 changed files with 660 additions and 214 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#import "fmt.odin" as fmt
thing :: proc() {
thing :: proc() #link_name "frankerooney" {
fmt.println("Hello!")
}