mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 13:23:56 -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
|
||
|---|---|---|
| .. | ||
| test_CinemaManager.h | ||
| test_CommandQueue.h | ||
| test_HierPathfinder.h | ||
| test_ObstructionManager.h | ||
| test_Pathfinder.h | ||
| test_Position.h | ||
| test_RangeManager.h | ||
| test_scripts.h | ||
| test_TerritoryManager.h | ||