MCPcopy Create free account
hub / github.com/axmolengine/axmol / isNewLine

Function isNewLine

core/3d/ObjLoader.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76static inline bool isNewLine(const char c)
77{
78 return (c == '\r') || (c == '\n') || (c == '\0');
79}
80
81// Make index zero-base, and also support relative index.
82static inline int fixIndex(int idx, int n)

Callers 1

LoadObjFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected