#include "Leadwerks.h"using namespace Leadwerks;int main(int argc, const char *argv[]){ //Get the extension part System::Print(FileSystem::ExtractExt("Materials/Brick/brickwall01a.mat")); return 0;}