DEBSOURCES
Skip Quicknav
sources / dia2code / 1.0.0-1 / tests / interface.dia.cpp11 / Classe2.hpp
123456789
#ifndef CLASSE2__HPP #define CLASSE2__HPP #include "Interface2.hpp" class Classe2 : public Interface2 { }; #endif