Merge branch 'hardware-interface'

Conflicts:
	src/core/src/core.h
This commit is contained in:
bunnei 2014-04-07 00:57:37 -04:00
commit f446f79da2
34 changed files with 1786 additions and 168 deletions

View file

@ -55,6 +55,9 @@ void Stop();
/// Initialize the core
int Init();
/// Shutdown the core
void Shutdown();
} // namespace
////////////////////////////////////////////////////////////////////////////////////////////////////