Design Pattern Examples
Overview of object-oriented design patterns
c/Mediator_Exercise.h
Go to the documentation of this file.
1
6
7#pragma once
8#ifndef __MEDIATOR_EXERCISE_H__
9#define __MEDIATOR_EXERCISE_H__
10
11void Mediator_Exercise(void);
12
13#endif // __MEDIATOR_EXERCISE_H__
void Mediator_Exercise(void)
Example of using the Mediator Pattern.