Adding some components.
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
// https://opensource.org/licenses/MIT
|
||||
|
||||
#pragma once
|
||||
#include "dawnopengl.hpp"
|
||||
#include "display/mesh/IMesh.hpp"
|
||||
|
||||
namespace Dawn {
|
||||
@ -44,5 +45,7 @@ namespace Dawn {
|
||||
const int32_t start,
|
||||
const int32_t count
|
||||
) override;
|
||||
|
||||
~Mesh();
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user