Now working on the new SFML with better audio.
This commit is contained in:
parent
2d81f900be
commit
c47e688b0b
15 changed files with 189 additions and 169 deletions
|
@ -12,6 +12,10 @@ void UpdateListener::handleFileAction(efsw::WatchID watchid,
|
|||
efsw::Action action,
|
||||
string oldFilename)
|
||||
{
|
||||
(void)watchid;
|
||||
(void)action;
|
||||
(void)oldFilename;
|
||||
|
||||
// this is some gnarly BS here, probably tons
|
||||
// of memory leaks for now but it's working
|
||||
int ignored = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue