create box64 (to be worked on)

This commit is contained in:
Octopus Octopus 2022-06-30 16:51:15 -05:00
parent 834c4f351b
commit 1ccab26c16
3 changed files with 20 additions and 0 deletions

3
box64/go.mod Normal file
View File

@ -0,0 +1,3 @@
module git.jade.moe/oct2pus/arcade/box64
go 1.18

0
box64/go.sum Normal file
View File

17
box64/main.go Normal file
View File

@ -0,0 +1,17 @@
package main
func main() {
}
func top() sdf.SDF3 {
}
func plate() sdf.SDF3 {
}
func bottom() sdf.SDF3 {
}