Covellite++
Version: 2.3.0 Revision: 2580 Platform: x64 Build: 15:23 16.10.2020
Кроссплатформенный фреймворк для разработки приложений на С++
Dummy.hpp
1
2
#pragma once
3
#include "IBasement.hpp"
4
5
namespace
basement
6
{
7
23
class
Dummy
final :
24
public
IBasement
25
{
26
public
:
27
void
Render(
void
)
override
{}
28
};
29
30
}
// namespace basement
basement::Dummy
Класс входит в проект Example Класс-заглушка, не выполняющий никакой отрисовки.
Definition:
Dummy.hpp:25
basement::IBasement
Класс входит в проект Example Интерфейсный класс для классов отрисовки 3D сцены.
Definition:
IBasement.hpp:47
basement
Definition:
Common.hpp:10
Solution
Solution
Example
Example
Basements
Dummy.hpp
Документация по Covellite++. Последние изменения: Пт 16 Окт 2020 15:24:29. Создано системой
1.8.18