mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -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
|
||
|---|---|---|
| .. | ||
| CGUIColor.cpp | ||
| CGUIColor.h | ||
| CGUIHotkey.cpp | ||
| CGUIHotkey.h | ||
| CGUIList.h | ||
| CGUISeries.h | ||
| CGUISize.cpp | ||
| CGUISize.h | ||
| CGUIString.cpp | ||
| CGUIString.h | ||
| EAlign.h | ||
| MouseEventMask.cpp | ||
| MouseEventMask.h | ||