Some package shifting. Alpha stack now toggleable.

This commit is contained in:
ondra
2014-04-16 14:46:43 +02:00
parent 6843e746bc
commit 043dd69c4a
96 changed files with 278 additions and 249 deletions
@@ -1,15 +0,0 @@
package mightypork.util.math.constraints;
/**
* Can be asked to update it's state
*
* @author MightyPork
*/
public interface Pollable {
/**
* Update internal state
*/
void poll();
}