~dominik-burgdoerfer/webplodder/0.4

« back to all changes in this revision

Viewing changes to src/wesl/elements/statement.cpp

  • Committer: Dominik Burgdörfer
  • Date: 2010-06-30 12:50:57 UTC
  • Revision ID: dominik@domachine-20100630125057-13e0hxs790e86pmk
introduced macros

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 
17
17
#include "statement.hpp"
18
18
 
 
19
using namespace std;
 
20
 
19
21
namespace wesl {
20
22
    namespace elements {
21
23
        Statement::Statement(Statement::Type type)