source:
vendor/w32api/3.6/lib/directx/test.c
Last change on this file was 2720, checked in by , 19 years ago | |
---|---|
File size: 213 bytes |
Line | |
---|---|
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 | |
9 | int main() |
10 | { |
11 | return 0; |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.