~jason2605/dictu/trunk

« back to all changes in this revision

Viewing changes to c/datatypes/bool.h

  • Committer: GitHub
  • Author(s): Jason_000
  • Date: 2020-11-30 23:26:50 UTC
  • mfrom: (30.1.263)
  • Revision ID: git-v1:4923d4401e1b291604b053289ab9f435b10ee14d
Tags: v0.14.0
Merge pull request #340 from dictu-lang/develop

Release 0.14.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef dictu_bool_h
2
 
#define dictu_bool_h
3
 
 
4
 
#include "../common.h"
5
 
#include "../util.h"
6
 
 
7
 
void declareBoolMethods(VM *vm);
8
 
 
9
 
#endif //dictu_bool_h