20 lines
414 B
C
20 lines
414 B
C
#ifndef __MDE_FOUNDATION_H__
|
|
#define __MDE_FOUNDATION_H__
|
|
|
|
#include <MDE/MachDep.h>
|
|
|
|
#include <MDE/Core/File.h>
|
|
#include <MDE/Core/String.h>
|
|
#include <MDE/Core/Users.h>
|
|
#include <MDE/Core/Directory.h>
|
|
#include <MDE/Core/AboutDialog.h>
|
|
#include <MDE/Core/Thread.h>
|
|
#include <MDE/Core/Mutex.h>
|
|
#include <MDE/Core/Icon.h>
|
|
|
|
#include <MDE/Audio/Audio.h>
|
|
|
|
#include <MDE/Sound/Sound.h>
|
|
#include <MDE/Sound/ID3.h>
|
|
|
|
#endif
|