File: t.codec.h

package info (click to toggle)
mimetic 0.9.8-12
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,168 kB
  • sloc: sh: 12,245; cpp: 11,327; makefile: 123
file content (18 lines) | stat: -rw-r--r-- 180 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _T_CODEC_H_
#define _T_CODEC_H_
#include <string>
#include "cutee.h"


namespace mimetic
{

struct TEST_CLASS( test_codec )
{
    void TEST_FUNCTION( one );
};

}

#endif