windows_bitmap.cpp 157 B

123456789101112
  1. #include<__vic/windows/bitmap.h>
  2. void bitmap_test()
  3. {
  4. __vic::windows::Bitmap bmp;
  5. (void) bmp;
  6. }
  7. int main()
  8. {
  9. // Check only compilation errors
  10. }