mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-16 16:35:10 +00:00
9 lines
No EOL
127 B
C++
9 lines
No EOL
127 B
C++
#pragma once
|
|
|
|
/*
|
|
* VTable Loc: 1CC3170
|
|
*/
|
|
|
|
#include "al/layout/LayoutActor.h"
|
|
|
|
class CoinCounter : public al::LayoutActor {}; |