diff options
author | Colin Okay <colin@cicadas.surf> | 2022-06-30 10:05:21 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-06-30 10:05:21 -0500 |
commit | 749a5a306deacd5c481ecc4c53b7f03178c3e335 (patch) | |
tree | bdfef3b82a72dbfbea85ff013013362ef3baf75d /src/protocol.lisp | |
parent | 98b5811d8b50d20f8c15e9b202f0d3f0457df58b (diff) |
[add] button unit and [example]; [modify] scale-by is now defun
Diffstat (limited to 'src/protocol.lisp')
-rw-r--r-- | src/protocol.lisp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/protocol.lisp b/src/protocol.lisp index bd436e6..58120cd 100644 --- a/src/protocol.lisp +++ b/src/protocol.lisp @@ -34,9 +34,6 @@ (:documentation "Ensures that the asset is loaded into memory and ready for use. Returns the asset.")) -(defgeneric scale-by (thing amount) - (:documentation "Scale horizontal and vertical dimensions of THING by AMOUNT")) - (defgeneric width (thing) (:documentation "Returns the effective width, in screen coordinates, of the object in question")) |