+ added forgotten export of scx_Copy_Region.
This commit is contained in:
parent
eb193c9fed
commit
625a7c2fc2
|
@ -164,5 +164,6 @@ void scx_init_region(void) {
|
||||||
S48_EXPORT_FUNCTION(scx_Shrink_Region);
|
S48_EXPORT_FUNCTION(scx_Shrink_Region);
|
||||||
S48_EXPORT_FUNCTION(scx_Polygon_Region);
|
S48_EXPORT_FUNCTION(scx_Polygon_Region);
|
||||||
S48_EXPORT_FUNCTION(scx_Set_Region);
|
S48_EXPORT_FUNCTION(scx_Set_Region);
|
||||||
|
S48_EXPORT_FUNCTION(scx_Copy_Region);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue