latest SDK

This commit is contained in:
2021-12-14 00:28:25 -07:00
commit 68b10d413b
492 changed files with 80542 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#pragma once
#include "../../pfc/pfc.h"
// These were in a global namespace before and are commonly referenced as such.
using pfc::bit_array;
using pfc::bit_array_var;
using pfc::bit_array_true;
using pfc::bit_array_false;
using pfc::bit_array_val;
using pfc::bit_array_bittable;
using pfc::bit_array_one;
using pfc::bit_array_range;
using pfc::LastErrorRevertScope;