File: renpybidicore.h

package info (click to toggle)
renpy 8.0.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 81,768 kB
  • sloc: python: 44,587; ansic: 13,708; javascript: 308; makefile: 41; sh: 13
file content (6 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#ifndef RENPYBIDICORE_H
#define RENPYBIDICORE_H
#include <Python.h>

PyObject *renpybidi_log2vis(PyObject *s, int *direction);
#endif