mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-13 11:38:49 -04:00
10 lines
130 B
C++
10 lines
130 B
C++
#pragma once
|
|
|
|
class dCamera_c;
|
|
|
|
namespace dusk::mods {
|
|
|
|
bool camera_run_operators(dCamera_c* camera);
|
|
|
|
} // namespace dusk::mods
|