13 lines
194 B
C++
13 lines
194 B
C++
|
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
|
||
|
#ifndef __rendertexture_hh
|
||
|
#define __rendertexture_hh
|
||
|
|
||
|
namespace otk {
|
||
|
|
||
|
class RenderTexture {
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __rendertexture_hh
|