/* * IdealIRC - Internet Relay Chat client * Copyright (C) 2021 Tom-Andre Barstad. * This software is licensed under the Software Attribution License. * See LICENSE for more information. */ #ifndef REGISTERSCRIPTFUNCTIONS_H #define REGISTERSCRIPTFUNCTIONS_H void registerScriptFunctions(); #endif // REGISTERSCRIPTFUNCTIONS_H