--- a/QTfrontend/hwform.h Sat Aug 16 20:15:27 2008 +0000
+++ b/QTfrontend/hwform.h Sat Aug 16 20:36:18 2008 +0000
@@ -26,6 +26,7 @@
#include "netserver.h"
#include "game.h"
#include "ui_hwform.h"
+#include "SDLs.h"
class HWGame;
class HWTeam;
@@ -84,8 +85,6 @@
void UpdateWeapons();
void NetWeaponNameChanged(const QString& name);
void onFrontendFullscreen(bool value);
- void StartMusic();
- void StopMusic();
private:
void _NetConnect(const QString & hostName, quint16 port, const QString & nick);
@@ -116,6 +115,7 @@
HWNetServer* pnetserver;
HWNetRegisterServer* pRegisterServer;
QTime eggTimer;
+ SDLInteraction sdli;
void AddStatText(const QString & msg);
void OnPageShown(quint8 id, quint8 lastid=0);
};