First upload of the code.
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@2 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
13
special.h
Normal file
13
special.h
Normal file
@@ -0,0 +1,13 @@
|
||||
void Modifier_pinceau(int Largeur, int Hauteur);
|
||||
void Retrecir_pinceau(void);
|
||||
void Grossir_pinceau(void);
|
||||
|
||||
void Special_Next_forecolor(void);
|
||||
void Special_Previous_forecolor(void);
|
||||
void Special_Next_backcolor(void);
|
||||
void Special_Previous_backcolor(void);
|
||||
|
||||
void Scroller_ecran(short Decalage_en_X,short Decalage_en_Y);
|
||||
void Scroller_loupe(short Decalage_en_X,short Decalage_en_Y);
|
||||
|
||||
void Zoom(short Sens);
|
||||
Reference in New Issue
Block a user