Completely change naming conventions of field forms and definition macros. Close #32
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(defprop &mut :Float->Void activeState null)
|
||||
(prop &mut :Float->Void activeState null)
|
||||
|
||||
(defmethod new [:Float->Void initialState]
|
||||
(method new [:Float->Void initialState]
|
||||
(set activeState initialState))
|
||||
|
||||
(defmethod :Void update [:Float elapsed]
|
||||
(activeState elapsed))
|
||||
(method :Void update [:Float elapsed]
|
||||
(activeState elapsed))
|
||||
|
Reference in New Issue
Block a user