Changes between Version 2 and Version 3 of CSimluation2
- Timestamp:
- 2010-07-05 12:10:03 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSimluation2
v2 v3 36 36 } 37 37 38 ... 39 bool CSimulation2::LoadDefaultScripts() 40 { 41 return ( 42 m->LoadScripts(L"simulation/components/interfaces/") && 43 m->LoadScripts(L"simulation/helpers/") && 44 m->LoadScripts(L"simulation/components/") 45 ); 46 } 47 ... 48 38 49 }}}
