Make Android/iOS versions work
This commit is contained in:
@@ -1 +0,0 @@
|
||||
(ns play-clj.android)
|
||||
6
android/src/play_clj/native.clj
Normal file
6
android/src/play_clj/native.clj
Normal file
@@ -0,0 +1,6 @@
|
||||
(ns play-clj.native
|
||||
(:require [play-clj.core :refer :all]))
|
||||
|
||||
(defmacro defgame
|
||||
[name & {:keys [] :as options}]
|
||||
`(def ~name (create-game ~options)))
|
||||
Reference in New Issue
Block a user