Skeleton for Sound system
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//
|
||||
// Created by Adam on 2015-09-09.
|
||||
//
|
||||
#include "Core/Sound.h"
|
||||
|
||||
void dd::Sound::HelloWorld()
|
||||
{
|
||||
std::cout << "Hej världen!" << std::endl;
|
||||
}
|
||||
Reference in New Issue
Block a user