Remove platform-specific TileSet implementations and add Singleton and property macros
- Deleted `tileset.cpp` files for macOS and Windows platforms, which contained the implementation of the `TileSet` class. - Introduced a new `singleton.h` file that provides a template for creating singleton classes. - Added a new `stdafx.h` file that defines macros for automatic property management in Qt, simplifying property declaration and notification.
L
lingmo-dream committed
3dc651db6d4416854e614ccf76ca83ed2d692e46
Parent: 73fc8a4