~ubuntu-branches/ubuntu/natty/spring/natty

« back to all changes in this revision

Viewing changes to rts/System/Platform/BaseCmd.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Scott Ritchie
  • Date: 2010-09-23 18:56:03 UTC
  • mfrom: (3.1.9 experimental)
  • Revision ID: james.westby@ubuntu.com-20100923185603-st97s5chplo42y7w
Tags: 0.82.5.1+dfsg1-1ubuntu1
* Latest upstream version for online play
* debian/control: Replace (rather than conflict) spring-engine
  - spring-engine will be a dummy package (LP: #612905)
  - also set maintainer to MOTU

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 * @file BaseCmd.cpp
3
 
 * @brief Abstract commandline implementation
4
 
 * @author Christopher Han <xiphux@gmail.com>
5
 
 *
6
 
 * Base structure for commandline parser class implementation
7
 
 * Copyright (C) 2005. Licensed under the terms of the
8
 
 * GNU GPL, v2 or later.
9
 
 */
 
1
/* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
 
2
 
10
3
#include "StdAfx.h"
11
4
#include "BaseCmd.h"
12
5