00001
00002
00003
00004
00005
00006 #if !defined(AFX_FSDIRECTXVERSION_H__FE6ACB79_BAA9_440A_8C1C_152965D61947__INCLUDED_)
00007 #define AFX_FSDIRECTXVERSION_H__FE6ACB79_BAA9_440A_8C1C_152965D61947__INCLUDED_
00008
00009 #if _MSC_VER > 1000
00010 #pragma once
00011 #endif
00012
00013 class fsDirectXVersion
00014 {
00015 public:
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029 static DWORD GetCurrentVersion();
00030
00031 fsDirectXVersion();
00032 virtual ~fsDirectXVersion();
00033
00034 };
00035
00036 #endif