diff options
| author | The Fuzzy Riolu <[email protected]> | 2018-03-12 11:52:38 -0400 |
|---|---|---|
| committer | The Fuzzy Riolu <[email protected]> | 2018-03-12 12:02:33 -0400 |
| commit | 40d01342d00c57dce5069e53a455db048a2967d5 (patch) | |
| tree | 99e64bed61317a564253e456e2aa45fba3c0c6ec /WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong | |
| parent | cdb0da6c34228a4034dbe179dc268aaded532619 (diff) | |
| download | shiftos-pong-master.tar.gz shiftos-pong-master.tar.bz2 shiftos-pong-master.zip | |
Diffstat (limited to 'WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong')
| -rw-r--r-- | WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java b/WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java new file mode 100644 index 0000000..3e8a7a2 --- /dev/null +++ b/WatercolorGames.Pong/obj/Debug/android/watercolorgames/pong/R.java @@ -0,0 +1,25 @@ +/* AUTO-GENERATED FILE. DO NOT MODIFY. + * + * This class was automatically generated by the + * aapt tool from the resource data it found. It + * should not be modified by hand. + */ + +package watercolorgames.pong; + +public final class R { + public static final class attr { + } + public static final class drawable { + public static final int icon=0x7f020000; + public static final int splash=0x7f020001; + } + public static final class string { + public static final int ApplicationName=0x7f030001; + public static final int Hello=0x7f030000; + public static final int WelcomeToPong=0x7f030002; + } + public static final class style { + public static final int Theme_Splash=0x7f040000; + } +} |
