comparison src/zamikongine/thing.nim @ 33:94c38e4b5782

did: refactoring, move more from make to nimscript
author Sam <sam@basx.dev>
date Sun, 15 Jan 2023 23:23:54 +0700
parents 9edca5dc4e93
children
comparison
equal deleted inserted replaced
32:9edca5dc4e93 33:94c38e4b5782
1 {.experimental: "codeReordering".} 1 {.experimental: "codeReordering".}
2 import std/times
3 2
4 type 3 type
5 Part* = object of RootObj 4 Part* = object of RootObj
6 thing: ref Thing 5 thing: ref Thing
7 6