16 lines
314 B
C
16 lines
314 B
C
//
|
|
// ShapeRenderNotifyMsg.h
|
|
// Yoosee
|
|
//
|
|
// Created by KanDao on 16/9/5.
|
|
// Copyright © 2016年 liyang@kandaovr.com. All rights reserved.
|
|
//
|
|
|
|
#ifndef ShapeRenderNotifyMsg_h
|
|
#define ShapeRenderNotifyMsg_h
|
|
|
|
void ShapeNotifyMsg(int MsgType, int MsgAction);
|
|
|
|
|
|
#endif /* ShapeRenderNotifyMsg_h */
|
|
|