From bfeb067c8acfb5f1797fdc886ac71ca1b10ccf57 Mon Sep 17 00:00:00 2001 From: mark Date: Sun, 14 Apr 2002 17:08:03 +0000 Subject: Import of kbill --- (limited to 'noncore/games/kbill/Library.cc') diff --git a/noncore/games/kbill/Library.cc b/noncore/games/kbill/Library.cc new file mode 100644 index 0000000..bb1e548 --- a/dev/null +++ b/noncore/games/kbill/Library.cc @@ -0,0 +1,13 @@ +#include "objects.h" + +void Library::load_pix() { + int i; + char *name[] = {"wingdows", "apple", "next", "sgi", "sun", "os2", + "bsd", "linux", "redhat", "hurd"}; + for (i=0; i <= NUM_OS; i++) { + os[i].load(name[i]); + if (i) cursor[i].load(name[i], cursor[i].OWN_MASK); + } + width = os[0].width; + height = os[0].height; +} -- cgit v0.9.0.2