Chat-O-Matic/protocols/matrix/Matrix.h

13 lines
290 B
C
Raw Normal View History

/*
* Copyright 2021, Jaidyn Levesque <jadedctrl@teknik.io>
* All rights reserved. Distributed under the terms of the MIT license.
*/
#ifndef _MATRIX_H
#define _MATRIX_H
#define MATRIX_SIGNATURE "application/x-vnd.chat-o-matic.matrix"
#define MATRIX_ADDON "matrix"
#endif // _MATRIX_H