Mercurial > hg > tweakathon2ios
annotate TrainingMessageOrganiser.h @ 8:d59de9fd3496
Refactored messageController, ready for instroduction of other stages and tests.
author | Robert Tubb <rt300@eecs.qmul.ac.uk> |
---|---|
date | Fri, 17 Oct 2014 16:35:22 +0100 |
parents | |
children | d5e928887f51 |
rev | line source |
---|---|
rt300@8 | 1 // |
rt300@8 | 2 // TrainingMessageOrganiser.h |
rt300@8 | 3 // riftathon |
rt300@8 | 4 // |
rt300@8 | 5 // Created by Robert Tubb on 17/10/2014. |
rt300@8 | 6 // |
rt300@8 | 7 // |
rt300@8 | 8 |
rt300@8 | 9 #ifndef __riftathon__TrainingMessageOrganiser__ |
rt300@8 | 10 #define __riftathon__TrainingMessageOrganiser__ |
rt300@8 | 11 |
rt300@8 | 12 #include <iostream> |
rt300@8 | 13 |
rt300@8 | 14 class TrainingMessageOrganiser{ |
rt300@8 | 15 |
rt300@8 | 16 }; |
rt300@8 | 17 #endif /* defined(__riftathon__TrainingMessageOrganiser__) */ |