5 lines
66 B
OCaml
5 lines
66 B
OCaml
|
|
class camera =
|
||
|
|
object (self)
|
||
|
|
(*functions go here...*)
|
||
|
|
end
|