oops
This commit is contained in:
parent
88584788b2
commit
372775f34c
2 changed files with 17 additions and 0 deletions
|
|
@ -5,5 +5,6 @@
|
|||
|
||||
#include <MDE/File.h>
|
||||
#include <MDE/String.h>
|
||||
#include <MDE/Users.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
16
include/MDE/Users.h
Normal file
16
include/MDE/Users.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef __MDE_USERS_H__
|
||||
#define __MDE_USERS_H__
|
||||
|
||||
#include <MDE/MachDep.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void MDEListUsers(void(*call)(const char* name, void* user), void* user);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue