updated pch include files

This commit is contained in:
Dale Stammen 2014-10-14 14:19:14 -07:00
parent 946121ec71
commit ef13db4643
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
#pragma once
#include "targetver.h"
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#include "cocos2d.h"
#include "cocos-ext.h"