mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-06 11:45:04 +00:00
8 lines
111 B
C
8 lines
111 B
C
|
#pragma once
|
||
|
|
||
|
namespace nn {
|
||
|
namespace ui2d {
|
||
|
class TextureInfo;
|
||
|
class TextureData;
|
||
|
}
|
||
|
}
|