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