xref: /haiku/src/data/settings/tracker_new_templates/C++ header (revision 372a66634410cf0450e426716c14ad42d40c0da4)
1/*
2 * Copyright 2010 Your Name <your@email.address>
3 * All rights reserved. Distributed under the terms of the MIT license.
4 */
5#ifndef _H
6#define _H
7
8#include <SupportDefs.h>
9
10class {
11public:
12
13private:
14
15};
16
17#endif // _H
18