SST/macro
serializable_fwd.h
Go to the documentation of this file.
1 #ifndef SERIALIZABLE_FWD_H
2 #define SERIALIZABLE_FWD_H
3 
4 namespace sprockit {
5 
6 class serializable;
7 
8 }
9 
10 #endif // SERIALIZABLE_FWD_H
11