polserver/pol-core/bscript/compiler/model/UserFunctionInclusion.h

14 lines
268 B
C++

#ifndef POLSERVER_USERFUNCTIONINCLUSION_H
#define POLSERVER_USERFUNCTIONINCLUSION_H
namespace Pol::Bscript::Compiler
{
enum class UserFunctionInclusion
{
ReferencedOnly,
All
};
} // namespace Pol::Bscript::Compiler
#endif // POLSERVER_USERFUNCTIONINCLUSION_H