]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - radiant/surfaceplugin.h
This is fix for failure of compilation on new libpng
[xonotic/netradiant.git] / radiant / surfaceplugin.h
1 #ifndef _SURFACEPLUGIN_H
2 #define _SURFACEPLUGIN_H
3
4 int SI_GetSelectedFaceCountfromBrushes( void );
5 void SI_GetSelFacesTexdef( texdef_to_face_t *allocd_block_texdef );
6 void SI_SetTexdef_FaceList( texdef_to_face_t* texdef_face_list, bool b_SetUndoPoint = FALSE, bool bFit_to_Scale = FALSE );
7 void SI_FaceList_FitTexture( texdef_to_face_t* si_texdef_face_list, int nHeight, int nWidth );
8 GtkWindow* SI_GetMainWindow( void );
9 void SI_SetWinPos_from_Prefs( GtkWidget *win );
10
11 #endif // _SURFACEPLUGIN_H