mdelibs/include/MDE/Foundation.h

17 lines
330 B
C
Raw Normal View History

2025-11-16 03:01:29 +09:00
#ifndef __MDE_FOUNDATION_H__
#define __MDE_FOUNDATION_H__
2025-11-16 08:26:03 +09:00
#include <MDE/MachDep.h>
2025-11-16 03:01:29 +09:00
2025-11-22 02:29:49 +09:00
#include <MDE/Core/File.h>
#include <MDE/Core/String.h>
#include <MDE/Core/Users.h>
#include <MDE/Core/Directory.h>
2025-11-25 05:31:58 +09:00
#include <MDE/Core/AboutDialog.h>
2025-11-22 02:29:49 +09:00
#include <MDE/Audio/Audio.h>
2025-11-16 11:24:56 +09:00
2025-11-24 19:49:08 +09:00
#include <MDE/Sound/Sound.h>
#include <MDE/Sound/ID3.h>
2025-11-16 03:01:29 +09:00
#endif