Mercurial > mm7
comparison Engine/mm7_data.cpp @ 2502:a77c34acdbc9
Media folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 05:13:32 +0600 |
parents | 68cdef6879a0 |
children | 407263babde8 |
comparison
equal
deleted
inserted
replaced
2501:0ff6a9e9bf7f | 2502:a77c34acdbc9 |
---|---|
3 #include <crtdbg.h> | 3 #include <crtdbg.h> |
4 | 4 |
5 #define _CRT_SECURE_NO_WARNINGS | 5 #define _CRT_SECURE_NO_WARNINGS |
6 #include "mm7_data.h" | 6 #include "mm7_data.h" |
7 | 7 |
8 #include "GUIWindow.h" | 8 #include "GUI/GUIWindow.h" |
9 #include "Party.h" | 9 #include "Party.h" |
10 | 10 |
11 | 11 |
12 void ErrHR(HRESULT hr, const char *pAPI, const char *pFunction, const char *pFile, int line) | 12 void ErrHR(HRESULT hr, const char *pAPI, const char *pFunction, const char *pFile, int line) |
13 { | 13 { |