opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
opynsim_app.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace opyn
6{
7 class OPynSimApp : public osc::App {
8 public:
9 explicit OPynSimApp();
10 };
11}
Definition opynsim_app.h:7
Definition app.h:45
Definition component_registry.h:14