Neonode zForce(TM) SDK
OsAbstractionLayer-Windows.h
Go to the documentation of this file.
1 
8 #ifndef ZFORCE_WINDOWS_OSABSTRACTIONLAYER_WINDOWS_H
9 #define ZFORCE_WINDOWS_OSABSTRACTIONLAYER_WINDOWS_H
10 
11 #ifndef ZFORCECOMMON_H
12  #error Please include "zForceCommon.h" before this file.
13 #endif // ZFORCECOMMON_H
14 
15 DLLINTERNAL bool OsAbstractionLayerOs_Initialize(
16  OsAbstractionLayer * osAbstractionLayer,
17  OsAbstractionLayer * osAbstractionLayerOsSpecific);
18 
19 #endif // ZFORCE_WINDOWS_OSABSTRACTIONLAYER_WINDOWS_H
Overrides for OS Functions.
Definition: OsAbstractionLayer.h:38