summaryrefslogtreecommitdiff
path: root/tests/MyGame/Example/Any.java
diff options
context:
space:
mode:
authorWouter van Oortmerssen <wvo@google.com>2014-01-27 16:52:49 -0800
committerWouter van Oortmerssen <wvo@google.com>2014-06-10 13:53:28 -0700
commit26a30738a4fa4e92300821fd761764ec8df2dcf2 (patch)
tree4b241e44398a6e216fac5e1d5bedfb3574569429 /tests/MyGame/Example/Any.java
parentc1b43e22b0dc56cb7a7a7ea8a1bf5f0244a23f5e (diff)
downloadflatbuffers-26a30738a4fa4e92300821fd761764ec8df2dcf2.tar.gz
flatbuffers-26a30738a4fa4e92300821fd761764ec8df2dcf2.tar.bz2
flatbuffers-26a30738a4fa4e92300821fd761764ec8df2dcf2.zip
Initial commit of the FlatBuffers code.
Change-Id: I4c9f0f722490b374257adb3fec63e44ae93da920 Tested: using VS2010 / Xcode / gcc on Linux.
Diffstat (limited to 'tests/MyGame/Example/Any.java')
-rwxr-xr-xtests/MyGame/Example/Any.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/MyGame/Example/Any.java b/tests/MyGame/Example/Any.java
new file mode 100755
index 00000000..9cbafb15
--- /dev/null
+++ b/tests/MyGame/Example/Any.java
@@ -0,0 +1,14 @@
+// automatically generated, do not modify
+
+package MyGame.Example;
+
+import java.nio.*;
+import java.lang.*;
+import java.util.*;
+import flatbuffers.*;
+
+public class Any {
+ public static final byte NONE = 0;
+ public static final byte Monster = 1;
+};
+