mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
10 lines
113 B
C
10 lines
113 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "Test.h"
|
||
|
|
||
|
class CStallTest6 : public CTest
|
||
|
{
|
||
|
public:
|
||
|
void Execute(CTestVm&) override;
|
||
|
};
|