There is a .h file in it ~ 90 classes are defined. Classes are nested (nested class) into each other up to 3 times. It is necessary for each class to create constructors / destructors in the .cpp file. Is it possible to do it through any menu item / plugin in Visual Studio or in any other simple way without hammering it all in manually?
Some such definitions are needed:
UI::AchivementsLayout::AchivementsBackToMainMenuButton::AchivementsBackToMainMenuButton() { x=0.0f; y=0.0f }
Visual Assist X
[ Create Implementation ] [1] for each constructor. - You can come up with a regexp for designers / destructors and move through them inF3.
- Chinese code - do not tru. Why did you need so many designers? [1]: wholetomato.com/products/features/createImplementation.asp - Costantino Rupert