mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 03:09:08 +00:00
11 lines
167 B
C++
11 lines
167 B
C++
#include "CharacterDevice.h"
|
|
|
|
CharacterDevice::~CharacterDevice()
|
|
{
|
|
}
|
|
|
|
OwnPtr<FileHandle> CharacterDevice::open(int options)
|
|
{
|
|
//VirtualFileSystem::the().open()
|
|
}
|