Pinned Loading
-
PyrexBLJ/Bonkerlands
PyrexBLJ/Bonkerlands PublicBorderlands 2 & Borderlands: The Pre-Sequel SPRX for PS3
C++ 5
-
Animation class for C++
Animation class for C++ 1#include "stdafx.h"
23#define clamp(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
45animations g_anim;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.