Subversion Repositories RepoView

Rev

Rev 28 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
28 nishi 1
/* $Id: rv_avatar.h 29 2024-08-21 19:23:54Z nishi $ */
2
 
3
#ifndef __RV_AVATAR_H__
4
#define __RV_AVATAR_H__
5
 
29 nishi 6
void rv_avatar_generate(const char* name);
7
 
28 nishi 8
#endif