Subversion Repositories AndroidProjects

Rev

Blame | Last modification | View Log | RSS feed

#ifndef __D3D8HELPER_H__
#define __D3D8HELPER_H__

#include <string>

namespace Sexy
{
        bool GetD3D8AdapterInfo(GUID &theGUID, std::string &theDriver, std::string &theDescription);
}

#endif