This file is indexed.

/usr/include/Nux-4.0/NuxGraphics/MeshFileLoader-OBJ.h is in libnux-4.0-dev 4.0.8+16.04.20160209-0ubuntu2.

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
#ifndef MESHFILELOADER_H
#define MESHFILELOADER_H

namespace nux
{
  class MeshData;

  MeshData* LoadMeshFile_OBJ(const char* filename);

}

#endif // MESHFILELOADER_H