Init version
This commit is contained in:
11
processor/Processor.h
Normal file
11
processor/Processor.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
class Processor{
|
||||
|
||||
public:
|
||||
static void test(/*int, int*/);
|
||||
static void test01(/*int, int*/);
|
||||
|
||||
static void testInOutBreeding01();
|
||||
static void testInOutBreeding02();
|
||||
};
|
||||
Reference in New Issue
Block a user