mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-18 03:22:25 -04:00
14 lines
141 B
C++
14 lines
141 B
C++
#ifndef COMPILER_CONTEXT_H_INCLUDED
|
|
#define COMPILER_CONTEXT_H_INCLUDED
|
|
|
|
namespace Compiler
|
|
{
|
|
class Context
|
|
{
|
|
|
|
};
|
|
}
|
|
|
|
#endif
|
|
|