| 6 | static xBehaveMgr* g_behavmgr; |
| 7 | |
| 8 | void xBehaveMgr_Startup() |
| 9 | { |
| 10 | if (g_modinit++ == 0) |
| 11 | { |
| 12 | g_behavmgr = new ('BMGR', NULL) xBehaveMgr(); |
| 13 | g_behavmgr->Startup(0xfa, 0xfa); |
| 14 | } |
| 15 | } |
| 16 | |
| 17 | void xBehaveMgr_Shutdown() |
| 18 | { |
no test coverage detected