diff --git a/templates/js-template-default/frameworks/runtime-src/proj.win8.1-universal/App.Shared/pch.h b/templates/js-template-default/frameworks/runtime-src/proj.win8.1-universal/App.Shared/pch.h new file mode 100644 index 0000000000..087ce3bf18 --- /dev/null +++ b/templates/js-template-default/frameworks/runtime-src/proj.win8.1-universal/App.Shared/pch.h @@ -0,0 +1,12 @@ +// +// pch.h +// Header for standard system include files. +// + +#pragma once + +#include "mozilla\Char16.h" +#include "cocos2d.h" +#include "cocos-ext.h" + +