| 140 | |
| 141 | |
| 142 | int ReadSinTableDataVersion01(lua_State* L) |
| 143 | { |
| 144 | return ReadSerializedTable(L, TABLE_SIN_V1_DAT, TABLE_SIN_V1_DAT_SIZE, sin, 2); |
| 145 | } |
| 146 | |
| 147 | TEST_F(LuaTableTest, VerifyCosTable01) |
| 148 | { |
nothing calls this directly
no test coverage detected