author | Michael Krelin <hacker@klever.net> | 2004-07-05 01:53:09 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2004-07-05 01:53:09 (UTC) |
commit | 9938ea772d372ba955b7bc1f1c48a062c3a36f8a (patch) (side-by-side diff) | |
tree | a98185df944e3a763f9557aa74bc2837b343f048 /res | |
download | pumpkin-9938ea772d372ba955b7bc1f1c48a062c3a36f8a.zip pumpkin-9938ea772d372ba955b7bc1f1c48a062c3a36f8a.tar.gz pumpkin-9938ea772d372ba955b7bc1f1c48a062c3a36f8a.tar.bz2 |
initial commit into svn repository
git-svn-id: http://svn.klever.net/kin/pumpkin/trunk@1 fe716a7a-6dde-0310-88d9-d003556173a8
-rw-r--r-- | res/failed.wav | bin | 0 -> 6746 bytes | |||
-rw-r--r-- | res/finished.wav | bin | 0 -> 8978 bytes | |||
-rw-r--r-- | res/pumpkin.ico | bin | 0 -> 4710 bytes | |||
-rw-r--r-- | res/pumpkin.rc2 | 13 | ||||
-rw-r--r-- | res/ring.wav | bin | 0 -> 3364 bytes | |||
-rw-r--r-- | res/rrq.ico | bin | 0 -> 4710 bytes | |||
-rw-r--r-- | res/wrq.ico | bin | 0 -> 4710 bytes |
7 files changed, 13 insertions, 0 deletions
diff --git a/res/failed.wav b/res/failed.wav Binary files differnew file mode 100644 index 0000000..6d38550 --- a/dev/null +++ b/res/failed.wav diff --git a/res/finished.wav b/res/finished.wav Binary files differnew file mode 100644 index 0000000..d8a0dc4 --- a/dev/null +++ b/res/finished.wav diff --git a/res/pumpkin.ico b/res/pumpkin.ico Binary files differnew file mode 100644 index 0000000..a48bab9 --- a/dev/null +++ b/res/pumpkin.ico diff --git a/res/pumpkin.rc2 b/res/pumpkin.rc2 new file mode 100644 index 0000000..3471fab --- a/dev/null +++ b/res/pumpkin.rc2 @@ -0,0 +1,13 @@ +//
+// PUMPKIN.RC2 - resources Microsoft Visual C++ does not edit directly
+//
+
+#ifdef APSTUDIO_INVOKED
+ #error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+// Add manually edited resources here...
+
+/////////////////////////////////////////////////////////////////////////////
diff --git a/res/ring.wav b/res/ring.wav Binary files differnew file mode 100644 index 0000000..44b6ce2 --- a/dev/null +++ b/res/ring.wav diff --git a/res/rrq.ico b/res/rrq.ico Binary files differnew file mode 100644 index 0000000..4396eb3 --- a/dev/null +++ b/res/rrq.ico diff --git a/res/wrq.ico b/res/wrq.ico Binary files differnew file mode 100644 index 0000000..4e32659 --- a/dev/null +++ b/res/wrq.ico |