]> bicyclesonthemoon.info Git - ott/enhance/commitdiff
It's NewpixbOTTification time!
authorb <b@0d794883-4e4e-4f65-aa7a-0e7f5947bab5>
Wed, 18 Dec 2013 21:18:52 +0000 (21:18 +0000)
committerb <b@0d794883-4e4e-4f65-aa7a-0e7f5947bab5>
Wed, 18 Dec 2013 21:18:52 +0000 (21:18 +0000)
git-svn-id: svn://botcastle1b/npb@1 0d794883-4e4e-4f65-aa7a-0e7f5947bab5

a.out [new file with mode: 0644]
npb.cpp [new file with mode: 0644]

diff --git a/a.out b/a.out
new file mode 100644 (file)
index 0000000..40a95d1
Binary files /dev/null and b/a.out differ
diff --git a/npb.cpp b/npb.cpp
new file mode 100644 (file)
index 0000000..d7feb1d
--- /dev/null
+++ b/npb.cpp
@@ -0,0 +1,16 @@
+    //  //  It's NewpixbOTTification Time!
+   //  //   Take a picture and add a newpixbot to it!
+  //  //    Requires Dev Image Library
+ //  //
+//  //      ~~bicyclesonthemoon
+
+#include <IL/il.h>
+int main (int argc, const char *argv[])
+{
+       if(argc<3)
+       {
+               printf("arguments\n");
+       }
+       return 0;
+       
+}