Start structuring for shaders and perspectives

This commit is contained in:
Mike Primm 2011-07-08 01:34:22 -05:00
parent ae190b3c57
commit 52f23f5e2d
8 changed files with 82 additions and 6 deletions

View file

@ -0,0 +1,6 @@
package org.dynmap.hdmap;
public interface HDPerspective {
/* Get name of perspective */
String getName();
}