Files
FREEnote/doc.bi
John Paul Wohlscheid 0a8a4bca03 first working version
2026-02-24 11:40:42 -05:00

12 lines
275 B
Plaintext

' doc.bi
#pragma once
type DocState
path as string
modified as integer
end type
declare sub Doc_Init( byref d as DocState )
declare sub Doc_SetPath( byref d as DocState, byref p as string )
declare sub Doc_SetModified( byref d as DocState, byval m as integer )