mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 19:03:16 +00:00
TactilityC additions for: - C randomization functions - Tactility app paths - Tactility locks
14 lines
158 B
C
14 lines
158 B
C
#pragma once
|
|
|
|
#include "tt_lock.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
LockHandle tt_lock_alloc_for_file(const char* path);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|