2016-05-30 00:28:29 -03:00
|
|
|
#ifndef EDITOR_SCALE_H
|
|
|
|
#define EDITOR_SCALE_H
|
|
|
|
|
2016-09-13 11:05:47 -03:00
|
|
|
void editor_set_scale(float p_scale);
|
|
|
|
float editor_get_scale();
|
2016-05-30 00:28:29 -03:00
|
|
|
|
2016-09-13 11:05:47 -03:00
|
|
|
#define EDSCALE (editor_get_scale())
|
2016-05-30 00:28:29 -03:00
|
|
|
#endif // EDITOR_SCALE_H
|