1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-09 11:58:10 +03:00
inform7/inform7/values-module/Chapter 1/Values Module.w
2020-08-25 22:27:06 +01:00

18 lines
413 B
OpenEdge ABL

[ValuesModule::] Values Module.
Setting up the use of this module.
@ This section simoly sets up the module in ways expected by //foundation//, and
contains no code of interest. The following constant exists only in tools
which use this module:
@d VALUES_MODULE TRUE
@ Like all modules, this one must define a |start| and |end| function:
=
void ValuesModule::start(void) {
}
void ValuesModule::end(void) {
}