Use a dummy include to indicate TGUI isn't built (#56470)

This commit is contained in:
Jordan Brown
2021-02-02 05:29:47 -05:00
committed by GitHub
parent f389ef9e18
commit d45477f79c
5 changed files with 11 additions and 0 deletions
+5
View File
@@ -3,6 +3,11 @@
* SPDX-License-Identifier: MIT
*/
#ifndef SPACEMAN_DMM
// Empty file generated by tgui build. Makes the problem clearer if it hasn't been built.
#include "USE_BUILD_BAT_INSTEAD_OF_DREAM_MAKER.dm"
#endif
/**
* tgui datum (represents a UI).
*/