native service, EGL, native test client
This commit is contained in:
8
src/main/cpp/logger.h
Normal file
8
src/main/cpp/logger.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
|
||||
class Logger
|
||||
{
|
||||
public:
|
||||
static void Log(const std::string& message);
|
||||
};
|
||||
Reference in New Issue
Block a user