Include :

- aggiornamento prototipi.
This commit is contained in:
Dario Sassi
2019-09-19 13:49:23 +00:00
parent 2b50535e08
commit b3f26419ae
3 changed files with 6 additions and 2 deletions
+1
View File
@@ -933,6 +933,7 @@ EXE_EXPORT bool ExeSetMachineLook( int nFlag) ;
EXE_EXPORT bool ExeInitScene( HWND hWnd, int nDriver, bool b2Buff, int nColorBits, int nDepthBits) ;
EXE_EXPORT bool ExeGetSceneInfo( std::string& sInfo) ;
EXE_EXPORT bool ExeSetBackground( Color TopCol, Color BottomCol, bool bRedraw) ;
EXE_EXPORT bool ExeGetBackground( Color& TopCol, Color& BottomCol) ;
EXE_EXPORT bool ExeSetMarkAttribs( Color MarkCol) ;
EXE_EXPORT bool ExeSetSelSurfAttribs( Color SelSurfCol) ;
EXE_EXPORT bool ExeSetGeoLineAttribs( Color GlCol) ;