pidgin/plugins/crazychat/main.c

changeset 16238
33bf2fd32108
parent 11218
886e6862af56
parent 15435
4b933b06d75e
equal deleted inserted replaced
13071:b98e72d4089a 16238:33bf2fd32108
1 /sw/#ifdef __APPLE_CC__
2 #include <Carbon/Carbon.h>
3 #else
4 #include <Carbon.h>
5 #endif
6
7
8 #include "Utilities.h"
9 #include "QTUtilities.h"
10
11 #include "camdata.h"
12 #include "camproc.h"
13
14
15 #define BailErr(err) {if(err != noErr) goto bail;}
16
17
18 int main(void)
19 {
20 EnterMovies();
21 CamProc(); // change this prototype-> no windows
22 fprintf(stderr, "you have just murdered 1000 people.");
23 RunApplicationEventLoop();
24 return 0;
25 }

mercurial