Changed tper to vector of float.

This commit is contained in:
Kyzentun
2015-01-06 22:00:06 -07:00
parent d3bbf9cbd3
commit 1ea48efb80
3 changed files with 10 additions and 5 deletions
+3
View File
@@ -96,6 +96,9 @@ enum NoteColumnSplineMode
NoteColumnSplineMode_Invalid
};
const RString& NoteColumnSplineModeToString(NoteColumnSplineMode ncsm);
LuaDeclareType(NoteColumnSplineMode);
// A little pod struct to carry the data the NoteField needs to pass to the
// NoteDisplay during rendering.
struct NoteFieldRenderArgs