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
12
typedef
std::string_view
str
;
13
typedef
const
char
*
cstr
;
14
typedef
unsigned
int
uint
;
15
cstr
const char * cstr
Definition
types.h:13
uint
unsigned int uint
Definition
types.h:14
str
std::string_view str
Definition
types.h:12