horrible way to check icon
This commit is contained in:
parent
59a3d17a91
commit
3865552dff
4 changed files with 93 additions and 0 deletions
16
include/MDE/Core/Icon.h
Normal file
16
include/MDE/Core/Icon.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef __MDE_CORE_ICON_H__
|
||||
#define __MDE_CORE_ICON_H__
|
||||
|
||||
#include <MDE/MachDep.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
char* MDEIconLookUp(const char* genre, const char* name, int size);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
@ -10,6 +10,7 @@
|
|||
#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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue