aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/region.lisp
blob: 2355db6a2eb9139e81335e332f9d7a1845dc2d4c (plain)
1
2
3
4
5
6
;;;; region.lisp

(in-package :wheelwork)

(defclass/std region ()
  ((left bottom top right :with :std 0)))