mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Updated the new module changes to use more compile/link-time checking rather than runtime checking.
This commit is contained in:
@@ -42,9 +42,11 @@ class Sound : public Module
|
||||
|
||||
public:
|
||||
|
||||
Sound();
|
||||
virtual ~Sound();
|
||||
|
||||
// Implements Module.
|
||||
virtual ModuleType getModuleType() const { return M_SOUND; }
|
||||
|
||||
/**
|
||||
* Creates new SoundData from a decoder. Fully expands the
|
||||
* encoded sound data into raw sound data. Not recommended
|
||||
|
||||
Reference in New Issue
Block a user