mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Improved hotswapping with extension modules
This commit is contained in:
parent
769036584a
commit
fd4fd43ce3
19 changed files with 836 additions and 232 deletions
|
@ -9,7 +9,7 @@ NS_BF_BEGIN;
|
|||
|
||||
#ifdef NEW_DICTIONAY
|
||||
|
||||
template <typename TKey, typename TValue, typename TAlloc = AllocatorCLib<TKey> >
|
||||
template <typename TKey, typename TValue, typename TAlloc = AllocatorCLib >
|
||||
class Dictionary : public TAlloc
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue