Skip to content

Commit

Permalink
DEVTOOLS: Add components to engine skeleton in create_engine
Browse files Browse the repository at this point in the history
  • Loading branch information
sev- committed Dec 2, 2024
1 parent b417493 commit f775ae2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devtools/create_engine/files/configure.engine
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
add_engine xyzzy "Xyzzy" no "" "" ""
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
add_engine xyzzy "Xyzzy" no "" "" "" ""

0 comments on commit f775ae2

Please sign in to comment.