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

« back to all changes in this revision

Viewing changes to rts/System/tdf_grammar.hpp

  • 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
/* This file is part of the Spring engine (GPL v2 or later), see LICENSE.html */
 
2
 
1
3
#ifndef TDF_GRAMMAR_HPP_INCLUDED
2
 
#define TDF_GRAMMAR_HPP_INCLUDED 
 
4
#define TDF_GRAMMAR_HPP_INCLUDED
 
5
 
3
6
#include <map>
4
7
#include <list>
5
8
#include <iostream>
45
48
 
46
49
/**
47
50
 * \name Actor functions
48
 
 * uese these two functions to create a semantic action with ostream_actor. 
 
51
 * use these two functions to create a semantic action with ostream_actor. 
49
52
 * \{
50
53
 */
51
54
inline ostream_actor ostream_a( std::string const& prefix, std::ostream & ref, std::string const& suffix ="" )