mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 10:17:01 +00:00
10
include/Kyoto/Basics/CBasics.hpp
Normal file
10
include/Kyoto/Basics/CBasics.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _CBASICS_HPP
|
||||
#define _CBASICS_HPP
|
||||
|
||||
#include "types.h"
|
||||
|
||||
namespace CBasics {
|
||||
char* Stringize(const char* fmt, ...);
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user