mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
WARNING: that means stuff like Path(nativeDataPath/"art/") is forbidden and will raise errors on Windows when nativeDataPath contains \. always use /"" to add a trailing slash. never embed "/" in OsPath component strings (it's OK for VFS strings since they consistently use /). wdir_watch, CmdLineArgs: avoid mixed separators wutil: remove overzealous assertion (infinite recursion if an error arose before we create a window) refs #781 This was SVN commit r9424. |
||
|---|---|---|
| .. | ||
| tests | ||
| Atlas.cpp | ||
| Atlas.h | ||
| CmdLineArgs.cpp | ||
| CmdLineArgs.h | ||
| Config.cpp | ||
| Config.h | ||
| GameSetup.cpp | ||
| GameSetup.h | ||
| HWDetect.cpp | ||
| HWDetect.h | ||
| Paths.cpp | ||
| Paths.h | ||