Moving PNG/JPEG code from 'graphics' to 'format', beginning work on audio format code
This commit is contained in:
20
project/include/audio/Sound.h
Normal file
20
project/include/audio/Sound.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef LIME_AUDIO_SOUND_H
|
||||
#define LIME_AUDIO_SOUND_H
|
||||
|
||||
|
||||
namespace lime {
|
||||
|
||||
|
||||
class Sound {
|
||||
|
||||
|
||||
public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user