1// This file is part of the Luau programming language and is licensed under MIT License; see LICENSE.txt for details 2#pragma once 3 4void setLuauFlagsDefault(); 5void setLuauFlags(const char* list); 6 7