comparison foosdk/sdk/foobar2000/SDK/foobar2000-pfc.h @ 1:20d02a178406 default tip

*: check in everything else yay
author Paper <paper@tflc.us>
date Mon, 05 Jan 2026 02:15:46 -0500
parents
children
comparison
equal deleted inserted replaced
0:e9bb126753e7 1:20d02a178406
1 #pragma once
2
3 #include "../../pfc/pfc.h"
4
5 // These were in a global namespace before and are commonly referenced as such.
6 using pfc::bit_array;
7 using pfc::bit_array_var;
8 using pfc::bit_array_true;
9 using pfc::bit_array_false;
10 using pfc::bit_array_val;
11 using pfc::bit_array_bittable;
12 using pfc::bit_array_one;
13 using pfc::bit_array_range;
14 #ifdef _WIN32
15 using pfc::LastErrorRevertScope;
16 #endif
17