mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 17:56:17 +03:00
15 lines
107 B
C++
15 lines
107 B
C++
#pragma once
|
|
#include "MeshManager.h"
|
|
|
|
namespace Flower
|
|
{
|
|
class PMXManager
|
|
{
|
|
private:
|
|
|
|
public:
|
|
|
|
|
|
};
|
|
|
|
} |