Blang/src/include/SourceManager.hpp

8 lines
85 B
C++

#ifndef SOURCEMANAGER_HPP
#define SOURCEMANAGER_HPP
class SourceManager{
};
#endif