Changes between Version 1 and Version 2 of ModdingGuiAndSimulation


Ignore:
Timestamp:
Jun 16, 2016, 2:08:43 AM (8 years ago)
Author:
leper
Comment:

Add missing ;

Legend:

Unmodified
Added
Removed
Modified
  • ModdingGuiAndSimulation

    v1 v2  
    3636{
    3737    // Replacement code
    38 }
     38};
    3939}}}
    4040
     
    5757{
    5858    // Added code
    59 }
     59};
    6060
    6161Engine.ReRegisterComponentType(IID_MyComponent, "MyComponent", MyComponent);