Files
Descent3/scripts/LEVEL15.cpp
Jan Engelhardt 7a53958617 scripts: delete extraneous prototypes in level15 code
I want to namespace the stuff in DallasFuncs.cpp, and when I do that,
there comes about an ambiguity between ``NewNamespace::aUserFlagSet``
and the ``::aUserFlagSet`` declared by LEVEL15 (also ``qUserFlag``).

Due to ``#include "DallasFuncs.cpp"``, LEVEL15.cpp already has a
declaration (and definition) for ``aUserFlagSet``, and so we can jsut
remove the two lines.
2024-09-09 12:55:27 +02:00

232 KiB