[apps/shared] Namespace shared

Change-Id: I6dec7ce900bb4e801a25c567fe5e242cb744cf29
This commit is contained in:
Émilie Feral
2017-02-06 15:07:34 +01:00
parent b06c54856f
commit 23026b6718
92 changed files with 238 additions and 57 deletions

View File

@@ -4,6 +4,8 @@
#include <escher.h>
#include "expression_text_field_delegate.h"
namespace Shared {
/* This controller edits float parameter of any model (given through
* parameterAtIndex and setParameterAtIndex). */
@@ -25,4 +27,6 @@ private:
virtual void setParameterAtIndex(int parameterIndex, float f) = 0;
};
}
#endif