mirror of
https://github.com/boostorg/msm.git
synced 2026-01-22 05:22:19 +00:00
8 lines
134 B
C++
8 lines
134 B
C++
#include <iostream>
|
|
#include "Open.hpp"
|
|
|
|
void Open::close_drawer(open_close const&)
|
|
{
|
|
std::cout << "Open::close_drawer\n";
|
|
}
|