Fission
FSN
Loading...
Searching...
No Matches
libs
fsCore
impl
raylib
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
15
class
fsCHardwareImpl
16
{
17
public
:
18
19
void
appHideEnable
(cocos2d::GLView* pOpenGLWindow);
20
void
wallpaperSet
(
fsStr
const
& pWallpaperFilename);
21
22
fsCHardwareImpl
();
23
virtual
~fsCHardwareImpl
();
24
25
protected
:
26
27
28
private
:
29
30
};
31
32
#endif
fsCHardwareImpl
Definition
fsCHardwareImpl.h:16
fsCHardwareImpl::appHideEnable
void appHideEnable(cocos2d::GLView *pOpenGLWindow)
fsCHardwareImpl::~fsCHardwareImpl
virtual ~fsCHardwareImpl()
fsCHardwareImpl::wallpaperSet
void wallpaperSet(fsStr const &pWallpaperFilename)
fsCHardwareImpl::fsCHardwareImpl
fsCHardwareImpl()
fsStr
Definition
fsStr.h:23
fsStr.h
Generated on
for Fission by
1.16.1