mirror of
https://github.com/Smaug123/WoofWare.PawPrint
synced 2025-10-11 00:38:40 +00:00
11 lines
141 B
Forth
11 lines
141 B
Forth
namespace WoofWare.PawPrint
|
|
|
|
[<AutoOpen>]
|
|
module Constants =
|
|
|
|
[<Literal>]
|
|
let SIZEOF_INT = 4
|
|
|
|
[<Literal>]
|
|
let SIZEOF_OBJ = 8
|