DDNet documentation
Loading...
Searching...
No Matches
rust.h
Go to the documentation of this file.
1#ifndef BASE_RUST_H
2#define BASE_RUST_H
3typedef const char *StrRef;
4typedef void *UserPtr;
5
6extern "C" void rust_panic_use_dbg_assert();
7#endif // BASE_RUST_H
void * UserPtr
Definition rust.h:4
const char * StrRef
Definition rust.h:3
void rust_panic_use_dbg_assert()