Lesson 35 - Get Compute Auth Token Working
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
struct DummyToken
|
||||
{
|
||||
template<typename TQueue>
|
||||
DummyToken(TQueue const&)
|
||||
{
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user