diff pidgin/plugins/crazychat/main.c @ 15374:5fe8042783c1

Rename gtk/ and libgaim/ to pidgin/ and libpurple/
author Sean Egan <seanegan@gmail.com>
date Sat, 20 Jan 2007 02:32:10 +0000
parents
children a8cc50c2279f
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/plugins/crazychat/main.c	Sat Jan 20 02:32:10 2007 +0000
@@ -0,0 +1,25 @@
+/sw/#ifdef __APPLE_CC__
+#include <Carbon/Carbon.h>
+#else
+#include <Carbon.h>
+#endif
+
+
+#include "Utilities.h"
+#include "QTUtilities.h"
+
+#include "camdata.h"
+#include "camproc.h"
+
+
+#define BailErr(err) {if(err != noErr) goto bail;}
+
+
+int main(void)
+{	
+    EnterMovies();
+    CamProc(); // change this prototype-> no windows
+    fprintf(stderr, "you have just murdered 1000 people.");
+    RunApplicationEventLoop();
+    return 0;
+}
\ No newline at end of file