SquirrelJME/SquirrelJME

View on GitHub
modules/meep-lui/src/main/java/cc/squirreljme/runtime/lui/package-info.java

Summary

Maintainability
A
0 mins
Test Coverage
// -*- Mode: Java; indent-tabs-mode: t; tab-width: 4 -*-
// ---------------------------------------------------------------------------
// SquirrelJME
//     Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
// ---------------------------------------------------------------------------
// SquirrelJME is under the Mozilla Public License Version 2.0.
// See license.mkd for licensing and copyright information.
// ---------------------------------------------------------------------------

/**
 * This package contains the interfaces which the MEEP LUI code uses to
 * implement line based user interface display drivers.
 *
 * @since 2016/09/07
 */

@org.jetbrains.annotations.ApiStatus.Internal
package cc.squirreljme.runtime.lui;