プラグイン
Common.h
Go to the documentation of this file.
1 #pragma once
2 
70 #include <Windows.h>
71 
74 namespace Mix{}
75 
78 namespace Mix{ namespace Plugin{
79 
82  enum TYPE
83  {
86  };
87 
90  struct INFORMATION
91  {
93  const wchar_t* pName;
94  const wchar_t* pVersion;
95  };
96 
97 }}
98 
101 namespace Mix{ namespace Plugin{ namespace Graphics{}}}
102 
105 namespace Mix{ namespace Plugin{ namespace Sound{}}}
Mix::Plugin::TYPE type
タイプ
Definition: Common.h:92
ルート
プラグイン情報構造体
Definition: Common.h:90
TYPE
プラグインタイプ列挙定数
Definition: Common.h:82
テクスチャローダー
Definition: Common.h:84
const wchar_t * pVersion
バージョン
Definition: Common.h:94
const wchar_t * pName
名前
Definition: Common.h:93
サウンドデコーダー
Definition: Common.h:85