mirror of
https://github.com/kevinbentley/Descent3.git
synced 2026-04-08 05:00:04 -04:00
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.
232 KiB
232 KiB