9 lines
136 B
C++
9 lines
136 B
C++
#pragma once
|
|
|
|
#include "CreoOtk.h"
|
|
|
|
class ShrinkwrapActionListener : public pfcUICommandActionListener {
|
|
public:
|
|
void OnCommand();
|
|
};
|