mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-27 14:20:23 +00:00
10 lines
167 B
C++
10 lines
167 B
C++
#include "CharacterDevice.h"
|
|
|
|
CharacterDevice::~CharacterDevice()
|
|
{
|
|
}
|
|
|
|
OwnPtr<FileHandle> CharacterDevice::open(int options)
|
|
{
|
|
//VirtualFileSystem::the().open()
|
|
}
|