summaryrefslogtreecommitdiff
path: root/graphics/tgd/files/tgdcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tgd/files/tgdcommand.h')
-rw-r--r--graphics/tgd/files/tgdcommand.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/graphics/tgd/files/tgdcommand.h b/graphics/tgd/files/tgdcommand.h
new file mode 100644
index 000000000000..2fb874f6d804
--- /dev/null
+++ b/graphics/tgd/files/tgdcommand.h
@@ -0,0 +1,6 @@
+#ifndef TGDCOMMAND_H
+#define TGDCOMMAND_H
+
+void tgdcommand( int, char ** );
+
+#endif