first working version
This commit is contained in:
11
doc.bi
Normal file
11
doc.bi
Normal file
@@ -0,0 +1,11 @@
|
||||
' 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 )
|
||||
Reference in New Issue
Block a user