Sha256: 7041ee951801df30d9d28a68cb06c67c68515cda9edfe08b28e35c3b169129c8
Contents?: true
Size: 464 Bytes
Versions: 4
Compression:
Stored size: 464 Bytes
Contents
/* Copyright (c) 2024 Julian Benda * * This file is part of inkCPP which is released under MIT license. * See file LICENSE.txt or go to * https://github.com/JBenda/inkcpp for full license details. */ #pragma once #include "config.h" #ifdef INK_ENABLE_STL #include <string> #include <sstream> #include <fstream> #endif #ifdef INK_ENABLE_CSTD #include <string.h> #include <stdlib.h> #endif #ifdef INK_ENABLE_UNREAL #include "Containers/UnrealString.h" #endif
Version data entries
4 entries across 4 versions & 1 rubygems