Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
244 chris 1
#ifndef __D3D8HELPER_H__
2
#define __D3D8HELPER_H__
3
 
4
#include <string>
5
 
6
namespace Sexy
7
{
8
        bool GetD3D8AdapterInfo(GUID &theGUID, std::string &theDriver, std::string &theDescription);
9
}
10
 
11
#endif