#ifndef WONKY_SOURCE_FILE_HH
#define WONKY_SOURCE_FILE_HH WONKY_SOURCE_FILE_HH
struct Source_Name;
struct Source_Location;
struct Source_File;
struct Source_Section;
enum Source_Text_Type
{
SOURCE_TEXT_FULL_TEXT,
SOURCE_TEXT_PARTIAL_TEXT,
SOURCE_TEXT_TYPE_END
};
#endif