myou-engine/src/incomplete.nim

13 lines
343 B
Nim

# These are remnants from the unfinished porting process.
# I've been moving stubs from here to the proper places.
# This file will be deleted soon.
import ./types
proc newWorld*(scene: Scene): World = discard
proc destroy*(this: Body) = discard
proc destroy*(this: World) = discard
proc render*(this: PlanarProbe, v: Viewport) = discard