Created
January 11, 2019 23:40
-
-
Save adam-arold/18fb435355150acf24d5d6f8035e11c6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// safe to use | |
package api | |
interface Component | |
interface DrawSurface | |
interface Container | |
// use them at your own risk! | |
package internal | |
class MyComponent : Component | |
class ThreadSafeComponent: Component | |
class PixelGraphicsImpl : DrawSurface | |
class DefaultContainer : Container |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment