Mercurial > foo_out_sdl
comparison foosdk/sdk/pfc/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 #ifndef ___PFC_H___ | |
| 2 #define ___PFC_H___ | |
| 3 | |
| 4 #include "pfc-lite.h" | |
| 5 | |
| 6 #include "int_types.h" | |
| 7 #include "mem_block.h" | |
| 8 #include "traits.h" | |
| 9 #include "bit_array.h" | |
| 10 #include "primitives.h" | |
| 11 #include "alloc.h" | |
| 12 #include "array.h" | |
| 13 #include "bit_array_impl.h" | |
| 14 #include "binary_search.h" | |
| 15 #include "bsearch_inline.h" | |
| 16 #include "bsearch.h" | |
| 17 #include "sort.h" | |
| 18 #include "order_helper.h" | |
| 19 #include "list.h" | |
| 20 #include "ptr_list.h" | |
| 21 #include "string-lite.h" | |
| 22 #include "string_base.h" | |
| 23 #include "splitString.h" | |
| 24 #include "string_list.h" | |
| 25 #include "lockless.h" | |
| 26 #include "ref_counter.h" | |
| 27 #include "iterators.h" | |
| 28 #include "avltree.h" | |
| 29 #include "map.h" | |
| 30 #include "bit_array_impl_part2.h" | |
| 31 #include "timers.h" | |
| 32 #include "guid.h" | |
| 33 #include "byte_order.h" | |
| 34 #include "debug.h" | |
| 35 #include "ptrholder.h" | |
| 36 #include "fpu.h" | |
| 37 #include "other.h" | |
| 38 #include "chain_list_v2.h" | |
| 39 #include "rcptr.h" | |
| 40 #include "com_ptr_t.h" | |
| 41 #include "string_conv.h" | |
| 42 #include "pathUtils.h" | |
| 43 #include "threads.h" | |
| 44 #include "base64.h" | |
| 45 #include "primitives_part2.h" | |
| 46 #include "cpuid.h" | |
| 47 #include "memalign.h" | |
| 48 | |
| 49 #include "synchro.h" | |
| 50 | |
| 51 #include "syncd_storage.h" | |
| 52 | |
| 53 #include "platform-objects.h" | |
| 54 | |
| 55 #include "event.h" | |
| 56 | |
| 57 #include "audio_sample.h" | |
| 58 #include "wildcard.h" | |
| 59 #include "filehandle.h" | |
| 60 #include "bigmem.h" | |
| 61 | |
| 62 #include "string_simple.h" | |
| 63 | |
| 64 #define PFC_INCLUDED 1 | |
| 65 | |
| 66 namespace pfc { | |
| 67 void selftest(); | |
| 68 } | |
| 69 | |
| 70 #ifndef PFC_SET_THREAD_DESCRIPTION | |
| 71 #define PFC_SET_THREAD_DESCRIPTION(X) | |
| 72 #endif | |
| 73 | |
| 74 #endif //___PFC_H___ |
