Pogger/src/Mimetypes.h
2021-01-12 15:30:21 -06:00

25 lines
433 B
C++

/*
* Copyright 2020, Jaidyn Levesque <jadedctrl@teknik.io>
* All rights reserved. Distributed under the terms of the MIT license.
*/
#ifndef MIME_H
#define MIME_H
#include <SupportDefs.h>
#include <TypeConstants.h>
class BMessage;
bool installMimeTypes();
bool feedMimeType();
bool feedEntryMimeType();
static void addAttribute(BMessage&, const char*, const char*,
int32 type = B_STRING_TYPE, int32 width = 200);
#endif