Include: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
Fox (talk | contribs)
No edit summary
Line 1: Line 1:
'''''include''''' "filename.con"
'''include''' <filename>
'''#include''' <filename> (DEF only)


'''''include''''' inserts the contents of the specified file as if it were part of the file currently being compiled.
'''include''' inserts the contents of the specified file as if it were part of the file currently being compiled.


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:DEF commands]]

Revision as of 03:30, 21 February 2020

include <filename> #include <filename> (DEF only)

include inserts the contents of the specified file as if it were part of the file currently being compiled.