mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
implemented image reader and asset manager
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#ifndef MODEL_ASSET_H
|
||||
#define MODEL_ASSET_H
|
||||
|
||||
#include "asset.h"
|
||||
|
||||
namespace vb01{
|
||||
class Node;
|
||||
|
||||
struct ModelAsset : public Asset{
|
||||
Node *rootNode;
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user