8 lines
93 B
C++
8 lines
93 B
C++
#ifndef __SOURCE_HPP
|
|
#define __SOURCE_HPP
|
|
|
|
class Source
|
|
{
|
|
};
|
|
|
|
#endif // __SOURCE_HPP
|