/* ======== SourceMM ======== * Copyright (C) 2004-2005 SourceMM Development Team * No warranties of any kind * * License: zlib/libpng * * Author(s): David "BAILOPAN" Anderson * ============================ */ #ifndef _INCLUDE_UTIL_H #define _INCLUDE_UTIL_H /** * @brief Utility functons * @file util.h */ const char *UTIL_GetExtension(const char *file); #endif //_INCLUDE_UTIL_H