• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Perform simple test of headers to avoid typos and such */
2 #include <windows.h>
3 #include <d3d9.h>
4 #include <d3d9caps.h>
5 #include <d3d9types.h>
6 #include <dxerr8.h>
7 #include <dxerr9.h>
8 
main()9 int main()
10 {
11   return 0;
12 }
13