Roughly move files to fit gradle project

This commit is contained in:
2014-11-29 20:01:56 +00:00
parent 1e8e887d60
commit f847c1a597
57 changed files with 13960 additions and 13952 deletions

View File

@@ -0,0 +1,7 @@
package ch.ntb.inf.libusbJava;
public class Libusb_pollfd {
int fd;
byte events;
}