mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
added sources for Slick
Former-commit-id: 1647fa32ef6894bd7db44f741f07c2f4dcdf9054 Former-commit-id: 0e5810dcfbe1fd59b13e7cabe9f1e93c5542da2d
This commit is contained in:
9
lib/slick-source/org/newdawn/slick/command/Control.java
Normal file
9
lib/slick-source/org/newdawn/slick/command/Control.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package org.newdawn.slick.command;
|
||||
|
||||
/**
|
||||
* Marker class for abstract input controls
|
||||
*
|
||||
* @author joverton
|
||||
*/
|
||||
public interface Control {
|
||||
}
|
||||
Reference in New Issue
Block a user