tried making naming more uniform and implemented most of the opengl managers
This commit is contained in:
11
include/assets/data_stores/pose_store.hpp
Normal file
11
include/assets/data_stores/pose_store.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "generic/generic_basic_store.hpp"
|
||||
#include "assets/data/pose_data.hpp"
|
||||
|
||||
namespace assets
|
||||
{
|
||||
|
||||
using pose_store = generic_basic_store<pose_data>;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user