mirror of
https://github.com/encounter/Petari.git
synced 2026-03-30 11:34:15 -07:00
6 lines
122 B
C++
6 lines
122 B
C++
#pragma once
|
|
|
|
namespace MR {
|
|
void initCameraCodeCollection(const char *, long);
|
|
void termCameraCodeCollection();
|
|
} |