mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-04 18:41:45 -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
|
|
|