Mercurial > mm7
comparison mm7_data.cpp @ 2215:e9625ad08541
fog fix and change 640,480 - window->GetWidth(), window->GetHeight()
author | Ritor1 |
---|---|
date | Fri, 14 Feb 2014 18:08:30 +0600 |
parents | 385040580292 |
children | 10c909eb6766 |
comparison
equal
deleted
inserted
replaced
2214:20995bb8895a | 2215:e9625ad08541 |
---|---|
1 #include "mm7_data.h" | 1 #include "mm7_data.h" |
2 | 2 |
3 #include "GUIWindow.h" | 3 #include "GUIWindow.h" |
4 #include "Party.h" | 4 #include "Party.h" |
5 | 5 #include "OSWindow.h" |
6 | 6 |
7 | 7 |
8 void ErrHR(HRESULT hr, const char *pAPI, const char *pFunction, const char *pFile, int line) | 8 void ErrHR(HRESULT hr, const char *pAPI, const char *pFunction, const char *pFile, int line) |
9 { | 9 { |
10 if (SUCCEEDED(hr)) | 10 if (SUCCEEDED(hr)) |