summaryrefslogtreecommitdiff
path: root/src/source.cc
blob: df3a90ebff99330f0219a11c5e961ad402f6d4cd (plain)
1
2
3
4
5
6
7
8
#ifndef SOURCE_CC
#define SOURCE_CC

struct Source {
   
};

#endif