mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
13 lines
278 B
C++
13 lines
278 B
C++
#include "CompilerWorkspace.h"
|
|
|
|
#include <utility>
|
|
|
|
#include "compiler/file/SourceFileIdentifier.h"
|
|
|
|
namespace Pol::Bscript::Compiler
|
|
{
|
|
CompilerWorkspace::CompilerWorkspace() = default;
|
|
|
|
CompilerWorkspace::~CompilerWorkspace() = default;
|
|
|
|
} // namespace Pol::Bscript::Compiler
|