wudsn-ide/com.wudsn.ide.asm.compilers/src/com/wudsn/ide/asm/runner/atari8/Atari800Win.java
2019-01-12 23:07:17 +01:00

33 lines
1023 B
Java

/**
* Copyright (C) 2009 - 2019 <a href="https://www.wudsn.com" target="_top">Peter Dell</a>
*
* This file is part of WUDSN IDE.
*
* WUDSN IDE is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* WUDSN IDE is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with WUDSN IDE. If not, see <http://www.gnu.org/licenses/>.
*/
package com.wudsn.ide.asm.runner.atari8;
import com.wudsn.ide.asm.runner.Runner;
/**
* Runner for Atar800Win.
*
* @author Peter Dell
* @since 1.7.0.
*/
public final class Atari800Win extends Runner {
}