More manual translations, to make the bulk process easier
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@683 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
4
brush.h
4
brush.h
@@ -51,13 +51,13 @@ void Etirer_brosse_preview(short X1, short Y1, short X2, short Y2);
|
||||
/*!
|
||||
Rotates the brush to the right from the given angle.
|
||||
*/
|
||||
void Tourner_brosse(float Angle);
|
||||
void Tourner_brosse(float angle);
|
||||
|
||||
/*!
|
||||
Stretch the brush to fit the given rectangle.
|
||||
Uses fast approximation for the preview while changing the angle.
|
||||
*/
|
||||
void Tourner_brosse_preview(float Angle);
|
||||
void Tourner_brosse_preview(float angle);
|
||||
|
||||
/*!
|
||||
Remap the brush palette to the nearest color in the picture one.
|
||||
|
||||
Reference in New Issue
Block a user