Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
testclipasset.hpp
Go to the documentation of this file.
1/*
2 TESTCLIPASSET.hpp - test Media-Asset (clip) for checking Assets and MObjects
3
4 Copyright (C)
5 2008, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12*/
13
19#ifndef ASSET_TESTCLIPASSET_H
20#define ASSET_TESTCLIPASSET_H
21
22
23#include "lib/test/run.hpp"
24//#include "lib/util.hpp"
25
26
27using std::string;
28
29
30namespace steam {
31namespace asset{
32
40 {
41 public:
42 };
43
44
45
46
47}} // namespace steam::asset
48#endif
The asset subsystem of the Steam-Layer.
An asset::Media instance Test Clip for checking various Asset operations and for creating dependent C...
Steam-Layer implementation namespace root.
Simplistic test class runner.