mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
This removes usage of CmptPrivate outside of ScriptInterface.
ScriptRequest can now be used to safely recover the scriptInterface from
a JSContext instead of going through ScriptInterface, which allows more
code cleanup.
Follows
|
||
|---|---|---|
| .. | ||
| 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 | ||