This file is indexed.

/usr/include/crystalspace-2.0/bindings/imesh.i is in libcrystalspace-dev 2.0+dfsg-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%module imesh
%import "bindings/core.i"
%import "bindings/ivaria.i"
%import "bindings/csgeom.i"
%import "bindings/ivideo.i"
%{
#include "csgeom.h"
#include "csgfx.h"
#include "cstool/initapp.h"
#include "csutil.h"
#include "igraphic.h"
#include "imesh.h"
#include "itexture.h"
#include "iutil.h"
#include "ivaria.h"
#include "ivideo.h"

// Deprecated gmeshskelanim interfaces
#include "imesh/gmeshskel2.h"
#include "imesh/skeleton.h"
%}

#ifndef SWIGIMPORTED
INLINE_FUNCTIONS
#endif

%include "bindings/common/imesh.i"