11 lines
194 B
C++
11 lines
194 B
C++
#pragma once
|
|
|
|
class Processor{
|
|
|
|
public:
|
|
static void test(/*int, int*/);
|
|
static void test01(/*int, int*/);
|
|
|
|
static void testInOutBreeding01();
|
|
static void testInOutBreeding02();
|
|
}; |