00001
00002
00003
00004 #pragma once
00005
00006 #ifndef __AFXWIN_H__
00007 #error "incluez 'stdafx.h' avant d'inclure ce fichier pour PCH"
00008 #endif
00009
00010 #include "resource.h"
00011
00012 #include <afxmt.h>
00013
00014 #include "SFML/Audio.hpp"
00015
00016 #include "Subject.h"
00017 #include "Observer.h"
00018 #include "Singleton.h"
00019 #include "AudioConfig.h"
00020 #include "PausableClock.hpp"
00021 #include "Music.h"
00022 #include "PlayList.h"
00023
00024 #include "PlayListManagDlg.h"
00025 #include "saMPDlg.h"
00026
00027
00028
00029
00030
00031 class CsaMPApp : public CWinApp
00032 {
00033 public:
00034 CsaMPApp();
00035
00036
00037 public:
00038 virtual BOOL InitInstance();
00039
00040
00041
00042 DECLARE_MESSAGE_MAP()
00043 };
00044
00045 extern CsaMPApp theApp;