This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-02 15:08:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
47426b2dadd7174597db86e3705d91b2a99600b4
0ad
/
source
/
simulation2
T
History
historic_bruno
a82d32bd3c
Fixes MSVC warning C4189: 'componentManager' : local variable is initialized but not referenced (Script_RegisterComponentType_Common is a static member function, so an instance of CComponentManager isn't needed)
...
This was SVN commit r15526.
2014-07-13 20:38:34 +00:00
..
components
…
docs
…
helpers
…
scripting
Makes custom JS objects compatible with SpiderMonkey ESR31.
2014-07-13 15:31:48 +00:00
serialization
…
system
Fixes MSVC warning C4189: 'componentManager' : local variable is initialized but not referenced (Script_RegisterComponentType_Common is a static member function, so an instance of CComponentManager isn't needed)
2014-07-13 20:38:34 +00:00
tests
…
MessageTypes.h
…
Simulation2.cpp
…
Simulation2.h
…
TypeList.h
…