Added new property type App::PropertyVolume

This commit is contained in:
Yorik van Havre
2016-10-04 16:02:30 -03:00
parent 5a88307e3e
commit 35811f7e3c
3 changed files with 26 additions and 0 deletions

View File

@@ -1097,6 +1097,7 @@ void Application::initTypes(void)
App ::PropertyDistance ::init();
App ::PropertyLength ::init();
App ::PropertyArea ::init();
App ::PropertyVolume ::init();
App ::PropertySpeed ::init();
App ::PropertyAcceleration ::init();
App ::PropertyForce ::init();