mirror of
https://github.com/zeldaret/tww.git
synced 2026-06-01 09:47:24 -04:00
20 lines
270 B
C++
20 lines
270 B
C++
#ifndef D_A_NZ_H
|
|
#define D_A_NZ_H
|
|
|
|
#include "f_op/f_op_actor.h"
|
|
|
|
class nz_class : public fopAc_ac_c {
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
class daNZ_HIO_c {
|
|
public:
|
|
daNZ_HIO_c();
|
|
|
|
public:
|
|
/* Place member variables here */
|
|
};
|
|
|
|
#endif /* D_A_NZ_H */
|