Fission FSN
Loading...
Searching...
No Matches
fsCHardwareImpl.h
Go to the documentation of this file.
1/********************************************************************
2*
3* File: fsCHardwareImpl.h
4*
5* Purpose: Cocos2d-x implementation.
6*
7*********************************************************************/
8
9#ifndef fsCHardwareImplhdr
10#define fsCHardwareImplhdr
11
12#include <axmol.h>
13#include <fsCore/fsStr.h>
14
16{
17public:
18
19
20#if (AX_TARGET_PLATFORM == AX_PLATFORM_MAC)
21 void appHideEnable(axmol::RenderView* pRenderWindow);
22 void wallpaperSet(fsStr const& pWallpaperFilename);
23#endif
24
26 virtual ~fsCHardwareImpl();
27
28protected:
29
30
31private:
32
33
34};
35
36#endif
virtual ~fsCHardwareImpl()
Definition fsCHardwareImpl.mm:86
void wallpaperSet(fsStr const &pWallpaperFilename)
Definition fsCHardwareImpl.mm:76
fsCHardwareImpl()
Definition fsCHardwareImpl.mm:82
void appHideEnable(axmol::RenderView *pRenderWindow)
Definition fsCHardwareImpl.mm:65
Definition fsStr.h:23