CommonLibSSE (powerof3)
SFTypes.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace RE
4 {
5  using UPInt = std::size_t;
6  constexpr UPInt UPINT_MAX = std::numeric_limits<UPInt>::max();
7 
8  using SPInt = std::ptrdiff_t;
9 }
Definition: AbsorbEffect.h:6
std::size_t UPInt
Definition: SFTypes.h:5
std::ptrdiff_t SPInt
Definition: SFTypes.h:8
constexpr UPInt UPINT_MAX
Definition: SFTypes.h:6