mirror of
https://github.com/zeldaret/ss
synced 2026-06-01 09:47:32 -04:00
11 lines
132 B
C++
11 lines
132 B
C++
#pragma once
|
|
|
|
#include <lib/egg/core/eggHeap.h>
|
|
|
|
// [TODO: extend this]
|
|
|
|
namespace EGG {
|
|
class FrmHeap : public Heap {
|
|
|
|
};
|
|
} |