]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - radiant/surfaceplugin.h
fix windows compile, it's possible the linux build broke and will need misc tweaks...
[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