mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
9998050654
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/branches/ZeroRadiant@183 8a3a26a2-13c4-0310-b231-cf6edde360e5
11 lines
486 B
C
11 lines
486 B
C
#ifndef _SURFACEPLUGIN_H
|
|
#define _SURFACEPLUGIN_H
|
|
|
|
int SI_GetSelectedFaceCountfromBrushes(void);
|
|
void SI_GetSelFacesTexdef(texdef_to_face_t *allocd_block_texdef);
|
|
void SI_SetTexdef_FaceList(texdef_to_face_t* texdef_face_list, bool b_SetUndoPoint = FALSE, bool bFit_to_Scale = FALSE);
|
|
void SI_FaceList_FitTexture(texdef_to_face_t* si_texdef_face_list, int nHeight, int nWidth);
|
|
GtkWindow* SI_GetMainWindow(void);
|
|
void SI_SetWinPos_from_Prefs(GtkWidget *win);
|
|
|
|
#endif // _SURFACEPLUGIN_H
|