8 lines
82 B
C++
8 lines
82 B
C++
#pragma once
|
|
|
|
class MicroTask
|
|
{
|
|
public:
|
|
a8::TimerAttacher timer_attacher;
|
|
};
|