| 31 #pragma once |
31 #pragma once |
| 32 #include "mystring.h" |
32 #include "mystring.h" |
| 33 #include "basics.h" |
33 #include "basics.h" |
| 34 #include "geometry.h" |
34 #include "geometry.h" |
| 35 |
35 |
| 36 #define FORMAT_OVERLOAD(T) \ |
36 #define FORMAT_OVERLOAD(...) \ |
| 37 inline FUNCTION make_format_argument (T a) -> String |
37 inline FUNCTION make_format_argument (__VA_ARGS__ a) -> String |
| 38 |
38 |
| 39 // |
39 // |
| 40 // ------------------------------------------------------------------------------------------------- |
40 // ------------------------------------------------------------------------------------------------- |
| 41 // |
41 // |
| 42 |
42 |