This website requires JavaScript.
Explore
Help
Sign in
dallasgroot
/
0ad
Watch
1
Star
0
Fork
You've already forked 0ad
0
mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced
2026-06-17 13:53:57 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
3
079d9032ac
0ad
/
source
/
simulation
/
scripting
/
SimulationScriptInit.h
5 lines
105 B
C
Raw
Normal View
History
Unescape
Escape
[requires workspace rebuild due to added directory] replace ONCE with direct calls to ScriptingInit in simulation/network code as well. note: GameSetup is now responsible for calling ServerSession's init instead of Server doing it added simulation/scripting with a module that takes care of all scripting init (reduces CCD) This was SVN commit r5883.
2008-04-13 07:50:11 -07:00
extern
void
SimulationScriptInit
(
)
;
committing the current status of dacian's new network code on matei's request also includes sound support. GameSetup: ensure all ScriptingInit are called; moved simulation ScriptingInits and init/shutdown to SimulationScriptInit.cpp (reduces #includes) This was SVN commit r6028.
2008-06-16 11:19:35 -07:00
extern
void
SimulationInit
(
)
;
extern
void
SimulationShutdown
(
)
;
Reference in a new issue
Copy permalink