Smoke/Player.cpp
2022-10-12 19:42:12 -05:00

7 lines
75 B
C++

#include "Player.h"
void Player::test(){
printf("Hello Player\n");
}