Changes between Version 2 and Version 3 of CSimluation2


Ignore:
Timestamp:
2010-07-05 12:10:03 (3 years ago)
Author:
chlin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CSimluation2

    v2 v3  
    3636} 
    3737 
     38... 
     39bool 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 
    3849}}}