Catos Engine (Source) 0.0.1
Lightweight Game engine
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1//
2// Created by allos on 4/30/2024.
3//
4#pragma once
5
6
7#include <string>
8
9
10
11
12typedef std::string_view str;
13typedef const char* cstr;
14typedef unsigned int uint;
15
const char * cstr
Definition types.h:13
unsigned int uint
Definition types.h:14
std::string_view str
Definition types.h:12