+ added forgotten export of scx_Copy_Region.

This commit is contained in:
frese 2001-12-13 13:26:21 +00:00
parent eb193c9fed
commit 625a7c2fc2
1 changed files with 1 additions and 0 deletions

View File

@ -164,5 +164,6 @@ void scx_init_region(void) {
S48_EXPORT_FUNCTION(scx_Shrink_Region);
S48_EXPORT_FUNCTION(scx_Polygon_Region);
S48_EXPORT_FUNCTION(scx_Set_Region);
S48_EXPORT_FUNCTION(scx_Copy_Region);
}