hedgewars/PascalExports.pas
changeset 6362 ceacd1b61833
parent 5975 c3a8cab64fcb
child 6415 af2047bb4f70
--- a/hedgewars/PascalExports.pas	Sun Nov 13 13:27:04 2011 -0500
+++ b/hedgewars/PascalExports.pas	Sun Nov 13 19:32:42 2011 +0100
@@ -355,6 +355,12 @@
 begin
     exit(cMaxTeams);
 end;
+
+procedure HW_memoryWarningCallback; cdecl; export;
+begin
+    ReleaseSound(false);
+end;
+
 {$ENDIF}
 
 end.