mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-28 15:47:56 -05:00
feat: load accuracy graphs using generic 2d graph loader
This commit is contained in:
@ -1,17 +0,0 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class GenericAccuracyGraphKnot
|
||||
{
|
||||
public:
|
||||
float x;
|
||||
float y;
|
||||
};
|
||||
|
||||
class GenericAccuracyGraph
|
||||
{
|
||||
public:
|
||||
std::string name;
|
||||
std::vector<GenericAccuracyGraphKnot> knots;
|
||||
};
|
Reference in New Issue
Block a user