Move all engine stuff to GoRetro. Still many interactions between game and engine code that there should not be.

This commit is contained in:
stevenhowes
2022-01-03 22:13:34 +00:00
commit 4d1ab58ca4
19 changed files with 976 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
module github.com/stevenhowes/GoRetro
go 1.17
require github.com/veandco/go-sdl2 v0.4.10