Skip to content

Commit 4ef88b9

Browse files
committed
add
1 parent c6ab5a9 commit 4ef88b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

samples/dmluademo/role/role.h

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
#ifndef __ROLE_H_INCLUDE__
22
#define __ROLE_H_INCLUDE__
33

4-
54
#include <map>
65
#include <iostream>
6+
#include <string>
7+
#include <cstdint>
78
#include "common/struct.h"
89

9-
/// ��������ģ��
10-
1110
class CObj { // tolua_export
1211
public:
1312
void Reset() {

0 commit comments

Comments
 (0)