Main Page
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Functions
Variables
Typedefs
Friends
Pages
Core
IDrawable.h
1
//------------------------------------------------------------------------------
2
//
3
// Copyright (c) 2012 Glympse Inc. All rights reserved.
4
//
5
//------------------------------------------------------------------------------
6
7
#ifndef IDRAWABLE_H__GLYMPSE__
8
#define IDRAWABLE_H__GLYMPSE__
9
10
namespace
Glympse
11
{
12
17
/*O*public**/
struct
IDrawable
:
public
ICommon
18
{
19
};
20
21
/*C*/
typedef
O< IDrawable >
GDrawable
;
22
23
}
24
25
#endif // !IDRAWABLE_H__GLYMPSE__
Generated on Tue Jun 26 2018 08:46:46 by
1.8.4