mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 01:51:03 +09:00
9 lines
90 B
C++
9 lines
90 B
C++
#include "BlockDevice.h"
|
|
|
|
BlockDevice::BlockDevice()
|
|
{
|
|
}
|
|
|
|
BlockDevice::~BlockDevice()
|
|
{
|
|
}
|