Fix georges sound plugin compilation

This commit is contained in:
kaetemi 2014-02-04 19:21:13 +01:00
parent ca31e78f7c
commit 8de55c4cc5
4 changed files with 4 additions and 0 deletions

View file

@ -19,6 +19,7 @@
#include <afxdlgs.h> #include <afxdlgs.h>
#include <set> #include <set>
#include "resource.h"
namespace NLGEORGES namespace NLGEORGES
{ {

View file

@ -24,6 +24,7 @@
// //
#include "PageBase.h" #include "PageBase.h"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// CPageComplex dialog // CPageComplex dialog

View file

@ -22,6 +22,7 @@
#endif // _MSC_VER > 1000 #endif // _MSC_VER > 1000
// LoadingDialog.h : header file // LoadingDialog.h : header file
// //
#include "resource.h"
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// CLoadingDialog dialog // CLoadingDialog dialog

View file

@ -21,6 +21,7 @@
#include "std_sound_plugin.h" #include "std_sound_plugin.h"
#include "listener_view.h" #include "listener_view.h"
#include "nel/sound/u_audio_mixer.h" #include "nel/sound/u_audio_mixer.h"
#include "resource.h"
#include "../georges_dll/plugin_interface.h" #include "../georges_dll/plugin_interface.h"