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 <fsCore/fsStr.h>
13#include <platform/desktop/CCGLViewImpl-desktop.h>
14
16{
17public:
18
19 void appHideEnable(cocos2d::GLView* pOpenGLWindow);
20 void wallpaperSet(fsStr const& pWallpaperFilename);
21
24
25protected:
26
27
28private:
29
30};
31
32#endif
Definition fsCHardwareImpl.h:16
void appHideEnable(cocos2d::GLView *pOpenGLWindow)
virtual ~fsCHardwareImpl()
void wallpaperSet(fsStr const &pWallpaperFilename)
Definition fsStr.h:23