Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2003-03-24 18:05:51 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-24 18:05:51 +0300
commit2aad6b33219abdcf5f8d8d7d2e01c6d4f5bc5a7e (patch)
treebad846f34437c92adb192df5af15678a1b74221b /source/creator
parent1f3f52f5e4eb8b55a7ba1d7bc1d656b6a12f0df0 (diff)
Kill 2 undefined function warnings.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index dd3a79cf686..02fdfff857f 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -163,6 +163,7 @@ static void print_help(void)
#endif
}
double PIL_check_seconds_timer(void);
+extern void winlay_get_screensize(int *width_r, int *height_r);
int main(int argc, char **argv)
{
int a, i, stax, stay, sizx, sizy;