changed build structure

This commit is contained in:
gernhard
2014-03-15 18:31:16 +01:00
parent 8ecd91c040
commit 4dffbf9383
49 changed files with 214 additions and 447 deletions

View File

@@ -0,0 +1,21 @@
/*
* controller_state.cpp
*
* Created on: Mar 5, 2014
* Author: jonny
*/
#include "ControllerState.h"
namespace controller {
ControllerState::ControllerState(unsigned int numberOfBanks) : bankStates(numberOfBanks)
{
}
ControllerState::~ControllerState() {
// TODO Auto-generated destructor stub
}
} /* namespace controller */