]> git.xonotic.org Git - xonotic/netradiant.git/blob - radiant/surfaceplugin.h
transfer from internal tree r5311 branches/1.4-gpl
[xonotic/netradiant.git] / radiant / surfaceplugin.h
1 #ifndef _SURFACEPLUGIN_H\r
2 #define _SURFACEPLUGIN_H\r
3 \r
4 int SI_GetSelectedFaceCountfromBrushes(void);\r
5 void SI_GetSelFacesTexdef(texdef_to_face_t *allocd_block_texdef);\r
6 void SI_SetTexdef_FaceList(texdef_to_face_t* texdef_face_list, bool b_SetUndoPoint = FALSE, bool bFit_to_Scale = FALSE);\r
7 void SI_FaceList_FitTexture(texdef_to_face_t* si_texdef_face_list, int nHeight, int nWidth);\r
8 GtkWindow* SI_GetMainWindow(void);\r
9 void SI_SetWinPos_from_Prefs(GtkWidget *win);\r
10 \r
11 #endif // _SURFACEPLUGIN_H\r