13 lines
183 B
C++
13 lines
183 B
C++
#pragma once
|
|
#ifndef Convention_Runtime_Plugins_hpp
|
|
#define Convention_Runtime_Plugins_hpp
|
|
|
|
#include "Config.hpp"
|
|
|
|
namespace Convention
|
|
{
|
|
|
|
}
|
|
|
|
#endif // Convention_Runtime_Plugins_hpp
|